Ticket #2279 (closed Bug: fixed)

Opened 21 months ago

Last modified 21 months ago

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

2279.patch Download (1.9 KB) - added by fredck 21 months ago.

Change History

Changed 21 months ago by fredck

  • keywords Firefox3 Confirmed added; Scrollbar, Firefox 3 removed
  • priority changed from Normal to High
  • component changed from General to UI : Enter Key
  • milestone set to FCKeditor 2.6.2

Changed 21 months ago by fredck

  • owner set to fredck
  • status changed from new to assigned

Changed 21 months ago by fredck

Changed 21 months ago by fredck

  • keywords Review? added

The provided patch simply uses the same method we were using with Safari until now (for #1462). It also fixes #2276.

It's a pity that this thing came to our eyes right after the 2.6.1... let's wait for the 2.6.2.

Changed 21 months ago by fredck

#2286 has been marked as DUP.

Changed 21 months ago by martinkou

  • keywords Review+ added; Review? removed

Changed 21 months ago by fredck

  • status changed from assigned to closed
  • resolution set to fixed

Fixed with [2096].

Changed 21 months 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.

Changed 21 months ago by fredck

  • status changed from reopened to closed
  • resolution set to fixed

@gboissiere, I've just opened a dedicated ticket to it: #2319.

Note: See TracTickets for help on using tickets.