Closed (fixed)
Project:
quicktags
Version:
master
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
28 Feb 2007 at 14:32 UTC
Updated:
12 Mar 2008 at 15:02 UTC
Jump to comment: Most recent file
Comments
Comment #1
tcblack commentedI cannot replicate this on my system using either firefox 2.0.0.9 or IE 7.x
since this has been open for so long with no other feedback, I vote to close this issue.
Comment #2
peterpoe commentedI had this issue in Firefox 3b2. I added two lines to the javascript and it's now gone.
At the beginning of edInsertTag function:
prevTop = myField.scrollTop;at the end of the function:
myField.scrollTop = prevTop;The same could be probably added to edInsertContent too.
Comment #3
tcblack commentedCould you provide a patch for this?
Comment #4
tcblack commentedI finally had a chance to add these lines to the JS at both
edInsertTagandedInsertContentand create a patch (attached).Let's get some testing and feedback on this.
Reassigning to HEAD since that's where modifications should go.
+1 on works for me.
Comment #5
Krummrey commentedI've applied the patch.
Works better in Firefox now. Doesn't jump back to the top of the text.
Jan
Comment #6
johnbeamer commentedI've tested this extensively at a couple of sites and it fixes the issue. It should definitely be part of the next release.
Comment #7
tcblack commentedSince this effectively repairs a bug I've committed it to CVS Head.
I'm hoping to get some of the more ready patches committed before branching off for Drupal 6.x (No I don't have a specific time for a branch).
Comment #8
Anonymous (not verified) commentedAutomatically closed -- issue fixed for two weeks with no activity.