Opened 16 years ago
Closed 16 years ago
#2971 closed New Feature (fixed)
Introduce the Format combo
Reported by: | Frederico Caldeira Knabben | Owned by: | Frederico Caldeira Knabben |
---|---|---|---|
Priority: | Normal | Milestone: | CKEditor 3.0 |
Component: | General | Version: | |
Keywords: | Confirmed Review+ | Cc: |
Description
The Format combo is to be developed for V3.
Attachments (3)
Change History (9)
Changed 16 years ago by
Attachment: | 2971.patch added |
---|
comment:1 Changed 16 years ago by
Keywords: | Review? added |
---|---|
Status: | new → assigned |
comment:2 Changed 16 years ago by
Keywords: | Review- added; Review? removed |
---|
Review- for the following reasons:
- There's no title attribute set on the combo box label, and as a result, "Output" is popped up when the mouse cursor hovers over it.
- The alpha filter in line 29 of richcombo.css is making the combo box label look very ugly in IE6. Recommend to add a line below line 29
_filter: none;
to fix it.
Changed 16 years ago by
Attachment: | 2971_2.patch added |
---|
comment:3 Changed 16 years ago by
Keywords: | Review? added; Review- removed |
---|
Ok... the title has been reset for the entire editor now, at least on IE and FF.
The ugly IE6 thing was the ClearType bug. Fixed in the patch also.
Changed 16 years ago by
Attachment: | 2971_3.patch added |
---|
comment:4 Changed 16 years ago by
The previous patch missed the added files. I've provided a new one. I've also updated it to the latest trunk.
comment:5 Changed 16 years ago by
Keywords: | Review+ added; Review? removed |
---|
comment:6 Changed 16 years ago by
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Fixed with [3113]. Click here for more info about our SVN system.
Patch remarks:
Side notes:
The following are known issues that should pass the review. I'll open tickets for them as soon as this one gets committed.