Bug 7133
Summary: | TinyMCE: Toolbar buttons don't give feedback based on the caret position | ||
---|---|---|---|
Product: | WebKit | Reporter: | Chris Petersen <c.petersen87> |
Component: | HTML Editing | Assignee: | Nobody <webkit-unassigned> |
Status: | RESOLVED FIXED | ||
Severity: | Normal | Keywords: | InRadar |
Priority: | P2 | ||
Version: | 420+ | ||
Hardware: | Mac | ||
OS: | OS X 10.4 | ||
URL: | http://tinymce.moxiecode.com/example.php?example=true | ||
Bug Depends on: | |||
Bug Blocks: | 6627 |
Chris Petersen
Expected Results: After placing caret in styled text, associated toolbar icons should appear as buttons.
1) Go to http://tinymce.moxiecode.com/example.php?example=true
2) Type a plain line of text
3) Select it and apply B, I , U styling
4) Place caret in the middle of sentence
5) Notice the B, I, U toolbar icons are displayed as buttons while caret is inserted in the styled text.
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Justin Garcia
I wasn't sure what Chris meant until I tried out TinyMCE in FireFox. When a caret is in the editable area, any style that inserted text will have should be reflected by the toolbar buttons for those styles. For example, if inserted text will be bold and italic, the bold and italic buttons will have a faint halo around them.
Chris Petersen
Oops, my mistake for typing that. Step 5 was talking about the behavior I was observing in FF not Safari. Using TOT Webkit, placing the caret in the styled text isn't reflected by the toolbar (but it should).
Chris Petersen
This bug is also in Radar as <rdar://problem/4435627>
Justin Garcia
This looks fixed in TinyMCE2.0.6/r15048 (spoof as FF to avoid 7508).