Opened 14 years ago
Closed 11 years ago
#7355 closed Bug (invalid)
[IE9] Pixelsharp toolbar layout
Reported by: | Dinu | Owned by: | |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | UI : Toolbar | Version: | 3.0 |
Keywords: | IE9 | Cc: |
Description
In IE9, toolbar widths seem to have a strange fractional width, which change the horizontal width with by as much as 5-6 px (in my use case). I couldn't trace if this is due to CSS (I'm not at all familiar with the UI design) or a rendering bug.
Attachments (2)
Change History (8)
Changed 14 years ago by
Attachment: | ScreenShot.jpg added |
---|
comment:1 Changed 14 years ago by
Keywords: | IE9 added |
---|---|
Status: | new → confirmed |
Version: | 3.5.3 (SVN - trunk) → 3.0 |
"Source" button has width set to auto because it displays localized text. IE9 renders this button smaller than in all other browsers. It is 3px smaller (tested on polish locale) to be more precise.
comment:3 Changed 14 years ago by
I have checked those buttons using many locales and I haven't found any differences except in source button. Even other buttons displaying localized messages had the same width in all browsers. I definitely can't confirm such situation for buttons containing icons.
After tests I'm almost 100% sure that this situation is valid only for source button. The fact is that there is a difference and it should be checked.
comment:4 Changed 14 years ago by
I attach another difference. Sorry again for using web3, couldn't find time to replicate on CK demo.
comment:5 Changed 14 years ago by
Config for above:
toolbar:[ ['Source'], ['Cut','Copy','Paste','PasteText','PasteFromWord'], ['Undo','Redo','-','Find','Replace','-','SelectAll','RemoveFormat'], ['Image','Flash','Table','HorizontalRule','Smiley','SpecialChar'], '/', ['Bold','Italic','Underline','Strike','-','Subscript','Superscript'], ['NumberedList','BulletedList','-','Outdent','Indent','Blockquote','CreateDiv'], ['JustifyLeft','JustifyCenter','JustifyRight','JustifyBlock'], ['Link','Unlink','Anchor'], '/', ['Styles','Format','Font','FontSize'], ['TextColor','BGColor'], ['ShowBlocks'] ]
comment:6 Changed 11 years ago by
Resolution: | → invalid |
---|---|
Status: | confirmed → closed |
I don't see a bug here. IE9 indeed claims that the "Source" button has float width, but it's not CKEditor setting it. IE does it, because the width is automatic. This is weird, but it doesn't cause any problems.
Button width: is 53 in all other browsers