Ticket #2279 (closed Bug: fixed)
Firefox RC3 Scrollbar position problem
| Reported by: | dave@… | Owned by: | fredck |
|---|---|---|---|
| Priority: | High | Milestone: | FCKeditor 2.6.2 |
| Component: | UI : Enter Key | Version: | |
| Keywords: | Firefox3 Confirmed Review+ | Cc: |
Description
OS: Windows XP sp2 Browser: Firefox RC3 Builds Tested: 2.6.0, 2.6.1, Nightly Build 6/15/08
Steps to reproduce:
1) Open fckEditor sample running at: http://www.fckeditor.net/nightly/fckeditor/_samples/default.html
2) Press the "Maximize editor size" on the toolbar
3) Press any letter followed by the enter key
4) Repeat step 3 40 times
5) Scroll to the middle of the document and set the cursor at the end of a paragraph.
6) press the enter key
BUG: Scrollbar moves up and paragraph is reposition at bottom of page.
From my understanding "ScrollIntoView" has been changed in Firefox 3 to match IE, I'll bet that is where the problem lies.
Will test will Firefox 3 final when it is released 6/17/08
Attachments
Change History
comment:1 Changed 5 years ago by fredck
- Priority changed from Normal to High
- Keywords Firefox3 Confirmed added; Scrollbar, Firefox 3 removed
- Component changed from General to UI : Enter Key
- Milestone set to FCKeditor 2.6.2
comment:6 Changed 5 years ago by fredck
- Status changed from assigned to closed
- Resolution set to fixed
Fixed with [2096].
comment:7 Changed 5 years ago by gboissiere
- Status changed from closed to reopened
- Resolution fixed deleted
Unfortunately, it appears that this issue is not fully fixed in 2.6.2.
With FCKConfig.EnterMode = 'br' ; The problem is still there.
Alternatively with the default config (i.e. FCKConfig.ShiftEnterMode = 'br') when pressing Shift + Enter, the problem is there also.
