https://bugzilla.wikimedia.org/show_bug.cgi?id=26290

--- Comment #4 from [email protected] 2012-07-29 03:37:45 UTC ---
Currently the behavior is as follows:
1) Click on "Start a new discussion" in some talk page
2) Type something in the edit box
3) Click preview
* It will execute "liquidThreads.doLivePreview" and then "window.doLivePreview"
(which adds the spinner until the preview is complete)
4) Click preview
* It will execute "window.doLivePreview" (which adds a spinner until the
preview is complete), then "liquidThreads.doLivePreview", which calls
"window.doLivePreview" again (adding the second spinner)

After gerrit change I37f195af it will be like this:
1) Click on "Start a new discussion" in some talk page
2) Type something in the edit box
3) Click preview
* It will execute "liquidThreads.doLivePreview" and then "window.doLivePreview"
(which adds the spinner until the preview is complete)
4) Click preview
* It will execute only "window.doLivePreview"

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
You are on the CC list for the bug.

_______________________________________________
Wikibugs-l mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l

Reply via email to