Difference between revisions of "User:Sardisson/Cocoa Form Controls Bugs Scratchpad"
Jump to navigation
Jump to search
(→Bugs to File about Cocoa Widget Form Controls Rewrite: now that they're on :p) |
(→Bugs to File about Cocoa Widget Form Controls Rewrite: filed 3; i'm beat) |
||
| Line 4: | Line 4: | ||
* Select-lists, inputs, textareas have no focus ring (some of these might be filed) | * Select-lists, inputs, textareas have no focus ring (some of these might be filed) | ||
* Select-lists still have dotted internal focus rings | * Select-lists still have dotted internal focus rings | ||
| − | |||
* Non-focused select-list with selection still has active selection color - {{bug|371487}} | * Non-focused select-list with selection still has active selection color - {{bug|371487}} | ||
* Small selects too small [https://bugzilla.mozilla.org/attachment.cgi?id=251075] | * Small selects too small [https://bugzilla.mozilla.org/attachment.cgi?id=251075] | ||
| Line 13: | Line 12: | ||
* button text too low | * button text too low | ||
* disabled checkboxes/radios too small and/or too high | * disabled checkboxes/radios too small and/or too high | ||
| − | * Font size too large in textareas and inputs | + | * Font size too large in textareas and inputs - sort-of {{bug|262191}} |
| − | * button in input type="file" too close to text field | + | * button in input type="file" too close to text field - '''FILED''' {{bug|382144}} |
* still have cropping when painting after scrolling ([http://dev.l-c-n.com/camino/forms.php]) | * still have cropping when painting after scrolling ([http://dev.l-c-n.com/camino/forms.php]) | ||
| − | * padding between select-list frame and scrollbar/choices | + | * padding between select-list frame and scrollbar/choices - '''FILED''' {{bug|382142}} |
| − | * padding between textarea frame and scrollbar | + | * padding between textarea frame and scrollbar - '''FILED''' {{bug|382143}} |
* too much padding in textarea between text and frame | * too much padding in textarea between text and frame | ||
| − | * baseline issues with radio/checkbox ([http://web.mit.edu/bzbarsky/www/testcases/form-baseline/radio-and-checkbox.html]) | + | * text baseline issues with radio/checkbox ([http://web.mit.edu/bzbarsky/www/testcases/form-baseline/radio-and-checkbox.html]) |
* button/input ends too pointy | * button/input ends too pointy | ||
* disabled select list with red text; can't distinguish enabled from disabled | * disabled select list with red text; can't distinguish enabled from disabled | ||
Revision as of 20:51, 26 May 2007
Bugs to File about Cocoa Widget Form Controls Rewrite
- Textareas should have no shadow - FILED Bug 377331
- Select-lists, inputs, textareas have no focus ring (some of these might be filed)
- Select-lists still have dotted internal focus rings
- Non-focused select-list with selection still has active selection color - Bug 371487
- Small selects too small [1]
- Disabled selects too small (see any bug with flags you can and can't touch)
- scrollbars not inactive in bg windows - FILED Bug 377227
- horiz scrollbars not drawn correctly (no arrows) [2] - FILED Bug 377225
- about:plugins column headers colors - FILED Bug 377325
- button text too low
- disabled checkboxes/radios too small and/or too high
- Font size too large in textareas and inputs - sort-of Bug 262191
- button in input type="file" too close to text field - FILED Bug 382144
- still have cropping when painting after scrolling ([3])
- padding between select-list frame and scrollbar/choices - FILED Bug 382142
- padding between textarea frame and scrollbar - FILED Bug 382143
- too much padding in textarea between text and frame
- text baseline issues with radio/checkbox ([4])
- button/input ends too pointy
- disabled select list with red text; can't distinguish enabled from disabled
Bugs to File about Gfx:Thebes
- Funky underlining misalignment on http://www.ardisson.org/smokey/moz/
- Use LastResort.dfont for missing glyphs (regression) [5], others
- Black bg when first opening new window (cm-only) - Bug 363304
- Scaling PNGs down is very crappy (compare cbo logo on this page on branch and trunk)