Opened 16 years ago
Closed 16 years ago
#4237 closed Bug (fixed)
CKEditor's ToolBar is chopped off in Safari browser 3.x
Reported by: | Senthil | Owned by: | Tobiasz Cudnik |
---|---|---|---|
Priority: | Must have (possibly next milestone) | Milestone: | CKEditor 3.1 |
Component: | UI : Toolbar | Version: | |
Keywords: | Confirmed HasTest Oracle Webkit Review+ | Cc: | Senthil |
Description
Attached the sample html and config.js file to reproduce the issue. Also attached the screen-shot for the issue.
Attachments (5)
Change History (16)
Changed 16 years ago by
Changed 16 years ago by
Attachment: | replacebycode.html added |
---|
Changed 16 years ago by
Attachment: | Safari_issue.JPG added |
---|
comment:1 Changed 16 years ago by
Milestone: | CKEditor 3.0 → CKEditor 3.1 |
---|
comment:2 Changed 16 years ago by
Component: | General → UI : Toolbar |
---|---|
Keywords: | Confirmed HasTest added |
Priority: | High → Normal |
comment:3 Changed 16 years ago by
Keywords: | Webkit added |
---|---|
Owner: | set to Tobiasz Cudnik |
Status: | new → assigned |
Confirming also on Safari4 and Chromium. Kama skin is also affected.
Changed 16 years ago by
Attachment: | 4237.patch added |
---|
comment:4 Changed 16 years ago by
Keywords: | Review? added |
---|
comment:5 Changed 16 years ago by
I have applied and tested the patch#4237 but it didn't fix the issue reported. Please let me know.
comment:6 Changed 16 years ago by
After applying this patch, when i am in arabic language and selecting the maximize button makes the edior disappear. Also the reported problem is not resolved by this patch.
Fred: This is a critical issue for us, pleas give high priority to fix this issue.
comment:7 follow-up: 9 Changed 16 years ago by
To produce the new issue follow the below steps:
- Apply this patch(4237.patch).
- Open the editor in IE 7/8 and put the cursor inside the editor area( cursor should be after the first charector in the editor area).
- Now select the maximize control, editor will be disappeard.
comment:8 Changed 16 years ago by
Keywords: | Review- added; Review? removed |
---|---|
Priority: | Normal → High |
Changed 16 years ago by
Attachment: | 4237_2.patch added |
---|
comment:9 Changed 16 years ago by
Keywords: | Review? added; Review- removed |
---|
Second patch targets safari3, which has a bit other issue then safari4.
Replying to Senthil:
To produce the new issue follow the below steps:
- Apply this patch(4237.patch).
- Open the editor in IE 7/8...
It would be strange that this patch is causing issue on non-webkit browser, as it's restricted to apply new css rules only for webkit browsers. Can you confirm that this issue does not exist without this patch ?
After following your steps i was unable to reproduce the second issue on IE8 (AR lang, quirks / strict). By "select the maximize control" you mean click or mouseover ?
comment:10 Changed 16 years ago by
Keywords: | Review+ added; Review? removed |
---|
@Senthil: I don't see the editor disappearing issue you reported about IE, if you think it still exist, please open new ticket for it.
The key step of reproducing this bug is to config toolbar items in the custom config file.
Ticket test added with [4103] at : source:CKEditor/trunk/_test/tt/4237/4237.html