https://bugzilla.wikimedia.org/show_bug.cgi?id=31412
Splarka <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #2 from Splarka <[email protected]> 2011-10-07 07:37:28 UTC --- This sounds like standard Firefox behavior when confronted with changing a form element's sub-elements. Firefox (most versions I've tried, possibly not the newer ones though) remembers form content with linear navigation based on form element position, and if a javascript action comes in and changes the form elements, these can get screwed up. A simple test is to disable javascript briefly and try it. If this fixes it then it is most likely something adding elements to the edit form above the textarea. Try it logged out with JS on. If this fixes it, try disabling userscripts and gadgets and any enhanced editing options, and switching skins. Report what works and what doesn't. This information should help script maintainers debug the situation. -- 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
