Opened 11 years ago
Closed 10 years ago
#11757 closed Bug (fixed)
Imperfections in moono ui styles
Reported by: | Danil | Owned by: | Olek Nowodziński |
---|---|---|---|
Priority: | Normal | Milestone: | CKEditor 4.4.2 |
Component: | UI : Skins | Version: | 4.0 |
Keywords: | Cc: |
Description
- "Browse" button has wrong top margin.
- Combobox has cursor:pointer over an arrow and borders.
- Specialchars table has cells of different widths.
- Dialog buttons and selects has 24px height, while textfields 25px
- "Close" button background is not centered. The button has no "hover" effect.
Change History (7)
comment:1 Changed 11 years ago by
comment:2 Changed 11 years ago by
Status: | new → confirmed |
---|---|
Version: | 4.3.5 (GitHub - master) → 4.0 |
This is something we definitely can improve.
comment:3 Changed 11 years ago by
Owner: | set to Olek Nowodziński |
---|---|
Status: | confirmed → review |
I reviewed https://github.com/ckeditor/ckeditor-dev/pull/91. A few remarks here:
- git:7b99019 Get rid of pointer cursor over some richcombo areas.
I'm OK with
cursor:default
for groups inside of the combo (.cke_panel_grouptitle
). Nice catch. Also I findcursor:default
right for the drop-down arrow in the toolbar since it was the only UI element in the toolbar that changed cursor on hover.
- git:8722ea0 Make specialchars table cells equal in width.
This change has no impact or it's negligible. Rejected.
- git:cedebb5 Correct colordialog color textfield width.
IE fix (i.e. IE8). It's correct.
- git:1c9d199 Adjust find dialog field sizes (mostly for non-english languages)
I'm not able to reproduce any issue here. Also that commit brings no visual change for me. Rejected.
- git:442ab14 A bit correct "browse" button top offset.
Nice catch. It's correct.
- git:a8ca7cb Correct button and select height
This one is also fine.
- git:2f86e66 Center x in close button, add a slight hover effect to it
That's true. "x" was not centered right. As for the hover effect, it's an eyecandy and I like it.
Generally speaking I feel great about this PR. Kudos to danya_postfactum. I pushed branch:t/11757 which does not contain rejected commits and, if double-checked, I'm for merging it into master.
comment:4 Changed 11 years ago by
Milestone: | → CKEditor 4.4.2 |
---|
comment:5 Changed 11 years ago by
Thanks Olek and of course thanks danya_postfactum.
@danya_postfactum: do you agree with Olek's review (mainly - with the rejected comments)? We'll wait for your feedback before merging this branch into master, so we can bring back your commits which were rejected.
comment:7 Changed 10 years ago by
Resolution: | → fixed |
---|---|
Status: | review_passed → closed |
Fixed on master with git:f5acc04. Huge thanks for the pull request!
I made a pull request, but don't know how to link it properly to this ticket: https://github.com/ckeditor/ckeditor-dev/pull/91