Bug 17593
Summary: | queryCommandState always returns false for Justify* commands | ||
---|---|---|---|
Product: | WebKit | Reporter: | Daniel Ruspini <druspini> |
Component: | JavaScriptCore | Assignee: | Nobody <webkit-unassigned> |
Status: | RESOLVED DUPLICATE | ||
Severity: | Normal | CC: | druspini, rniwa, webkit |
Priority: | P3 | ||
Version: | 523.x (Safari 3) | ||
Hardware: | All | ||
OS: | Windows XP |
Daniel Ruspini
queryCommandState always returns false for JustifyLeft, JustifyRight, JustifyCenter and JustifyFull commands. So the related buttons are never highlighted.
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Daniel Ruspini
The bug should say that this effects rich text editor implementations as they typically would like to display to the user which justification is used. Firefox and IE6+ are returning values also.
Ryosuke Niwa
*** This bug has been marked as a duplicate of bug 45910 ***