Item1529: "Wiki text" button broken before topic text loaded
Priority: Normal
Current State: Closed
Released In: 1.1.0
Target Release: minor
If I click on the "Wiki text" button in the
TinyMCE editor before the topic text is loaded, the raw-text editor ends up containing "Please wait... retrieving page from server." The topic text is never loaded into the raw-text editor.
Sometimes, the text quoted above is replaced with
<span>Please wait... retrieving page from server.</span>
This is
much easier to reproduce on trunk than on 1.0.5, but I have reproduced it on a 1.0.5 pseudoinstall.
--
MichaelTempest - 26 Apr 2009
Update: It is easier to reproduce if I do the following on the server:
tc qdisc add dev eth1 root tbf rate 10kbit burst 1600 latency 1000ms
# to undo:
tc qdisc del dev eth1 root
--
MichaelTempest - 26 Apr 2009