#1462 closed Bug (fixed)
Safari: Main window scrolls on enter
Reported by: | Alexander | Owned by: | Frederico Caldeira Knabben |
---|---|---|---|
Priority: | Must have (possibly next milestone) | 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 (1)
Change History (11)
comment:1 Changed 17 years ago by
comment:2 Changed 17 years ago by
Component: | General → UI : Enter Key |
---|---|
Keywords: | Confirmed Safari added |
Milestone: | → Safari Compatibility |
Confirmed. It seems like a big bug in WebKit.
I'll be attaching a TC for it.
comment:3 Changed 17 years ago by
Priority: | Normal → High |
---|---|
Summary: | Safari: New paragraph → Safari: Main window scrolls on enter |
comment:4 Changed 17 years ago by
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:6 Changed 17 years ago by
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:7 Changed 17 years ago by
Owner: | set to Frederico Caldeira Knabben |
---|
comment:8 Changed 17 years ago by
Status: | new → assigned |
---|
comment:9 Changed 17 years ago by
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
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