Ticket #1462 (closed Bug: fixed)
Safari: Main window scrolls on enter
| Reported by: | Alexander | Owned by: | fredck |
|---|---|---|---|
| Priority: | High | Milestone: | Safari Compatibility |
| Component: | UI : Enter Key | Version: | FCKeditor 2.5 Beta |
| Keywords: | Confirmed Safari | Cc: | ayuganov@… |
Description
When I enter new paragraph Safari moves to the beginning of the page. See attached video.
Attachments
Change History
comment:2 Changed 4 years ago by fredck
- Keywords Confirmed Safari added
- Component changed from General to UI : Enter Key
- Milestone set to Safari Compatibility
Confirmed. It seems like a big bug in WebKit.
I'll be attaching a TC for it.
comment:3 Changed 4 years ago by fredck
- Priority changed from Normal to High
- Summary changed from Safari: New paragraph to Safari: Main window scrolls on enter
comment:4 Changed 4 years ago by fredck
The TC is reachable here:
http://www.fckeditor.net/_temp/browsers_bugs/safari/1462.html
The Reduced TC instead can be found here instead:
http://www.fredck.com/bugs/safari/1462_reduced.html
comment:5 Changed 4 years ago by fredck
Reported to WebKit: http://bugs.webkit.org/show_bug.cgi?id=16117
comment:6 Changed 4 years ago by fredck
We have this problem because we are using scrollIntoView(false).
We could avoid using it if WebKit would automatically scroll the view to ensure that the caret is always visible, like IE does, but it doesn't support it. This need has been reported to WebKit too:
http://bugs.webkit.org/show_bug.cgi?id=16118
comment:9 Changed 4 years ago by fredck
- Status changed from assigned to closed
- Resolution set to fixed
Fixed with [1124]. Click here for more info about our SVN system.
I've introduced a custom implementation for scrollIntoView that fits our needs. I still hope WebKit will bring the definitive solution in any case.


I put video here http://tomhess.net.29.m6.net/mytemp/newparagraph.rar