NOTE: If you are a developer, please use a private wiki based on foswiki/trunk on a daily base ...or use
trunk.foswiki.org to view this page for some minimal testing.
Use
Item9693 for docu changes for 1.2 and 2.0.
Item1529: "Wiki text" button broken before topic text loaded
| Priority: |
CurrentState: |
AppliesTo: |
Component: |
WaitingFor: |
| Normal |
Closed |
Extension |
TinyMCEPlugin |
|
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