#2086: scrolling behaviour no longer correct in Firefox 3 ----------------------+----------------------------------------------------- Reporter: voracity | Type: Bug Status: new | Priority: Normal Milestone: | Component: UI : Enter Key Version: | Keywords: ----------------------+----------------------------------------------------- When hitting enter (and creating a new paragraph), the entire page will scroll back up in the Firefox 3 beta. Apparently, the behaviour of scrollIntoView has changed to match IE, so that scrollIntoView(true) should be used (rather than scrollIntoView(false), which is used now).
I found this related ticket: http://dev.fckeditor.net/changeset/1126 The relevant bug in bugzilla: https://bugzilla.mozilla.org/show_bug.cgi?id=426698 -- Ticket URL: <http://dev.fckeditor.net/ticket/2086> FCKeditor <http://www.fckeditor.net> The text editor for Internet ------------------------------------------------------------------------- Check out the new SourceForge.net Marketplace. It's the best place to buy or sell services for just about anything Open Source. http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketplace _______________________________________________ FCKeditor-Trac mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/fckeditor-trac
