Opened 13 years ago
Closed 13 years ago
#8410 closed Bug (invalid)
Mac FF / Safari styles behaving incorrectly
Reported by: | Michael Camden | Owned by: | |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | Core : Styles | Version: | 3.6 |
Keywords: | Cc: | mcamden@… |
Description
It would appear that in Mac Safari the cursor position isn't consistently being positioned within a style. Here are some steps to reproduce what we have been seeing:
- Access ckeditor.com/demo
- Clear the content, and type the word, "test"
- Select that word, and apply the 'bold' style
- Click anywhere from .25" to .5" to the right of that word, and just a little off center, top or bottom.
- You should see the element path being set as 'body > p' instead of 'body > p > strong'.
I have only been able to reproduce this on a Mac, we are using OS X 10.6.6.
In windows the cursor is consistently positioned within the style element.
Another issue I have noticed during my tests, is when you execute a ctrl+a or apple+a to select all the text, and press delete, the bold button remains highlighted. The style does not exist on the document, so the bold button should be unhighlighted.
Change History (4)
comment:1 Changed 13 years ago by
Status: | new → pending |
---|
comment:2 Changed 13 years ago by
Hello,
Here is a link to a screen of the original bug that was filed for us. michaelcamden.me/screens/Safari Superscript.mp4
It shows essentially the same issue occurring, but in a different way. In this case, the user had super scripted a bit of text, then attempted to insert a character from the character map. Instead of it inserting within the super script, it inserted outside of it. I'll work on getting a screen of the bug as I described it.
comment:3 Changed 13 years ago by
Seems I am no longer able to get the original bug as described to occur. I'm assuming it was a fluke.
comment:4 Changed 13 years ago by
Keywords: | mac 10.6.6 cursor style position removed |
---|---|
Resolution: | → invalid |
Status: | pending → closed |
I closing this ticked as its first part can't be reproduced.
@mrfr0g based on your finding:
Another issue I have noticed during my tests, is when you execute a ctrl+a or apple+a to >select all the text, and press delete, the bold button remains highlighted. The style >does not exist on the document, so the bold button should be unhighlighted.
Click anywhere from .25" to .5" to the right of that word, and just a little off center, top or bottom. @mrfr0g - I have tried to click in many places and didn't get the result you were talking about - could you tell me (perhaps show in screen) where exactly user is supposed to click to get this result?