Opened 14 years ago
Closed 12 years ago
#5898 closed Bug (expired)
Fullscreen bug - Firefox
Reported by: | Leszek Syroka | Owned by: | |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | General | Version: | 3.0 |
Keywords: | HasPatch | Cc: |
Description
While CKeditor is embed into an iframe with fixed positioning, like in the screenshot, and focus is at the editor's text area, fullscreen action doesn't work properly on Firefox.
I've found a solution to that problem. Method refreshCursor in ckeditor/_source/plugins/maximize/plugin.js creates a span with absolute positioning, to fix focus problems on Firefox. Setting positioning of that span to 'fixed' was enough to solve this problem.
Attachments (2)
Change History (7)
Changed 14 years ago by
Attachment: | ckIntegration.JPG added |
---|
comment:1 Changed 14 years ago by
Keywords: | HasPatch added |
---|
comment:2 Changed 14 years ago by
I cannot reproduce it.
Could you explain your use case a bit wider ? I'm not sure what you mean by "CKeditor is embed into an iframe". Does this mean that you loaded JS sources inside hosting page and then created the editor inside an iframe, or maybe you loaded JS sources inside that iframe ? It would be ideal if you could provide simple page which reproduce the issue.
Your second screenshots have collapsed browser windows. I assume the issue is toolbar which is pushed out of the viewport's top border ?
comment:3 Changed 14 years ago by
Keywords: | Pending added |
---|
comment:4 Changed 14 years ago by
Version: | → 3.0 |
---|
Setting version to 3.0 just to mark it as a CKEditor issue, we still need more details to reproduce it.
comment:5 Changed 12 years ago by
Resolution: | → expired |
---|---|
Status: | pending → closed |
the way that CKeditor is integrated