Difference between revisions of "User:Sardisson/Cocoa Form Controls Bugs Scratchpad"

From Camino Wiki
Jump to navigation Jump to search
 
(13 intermediate revisions by the same user not shown)
Line 2: Line 2:
  
 
* Textareas should have no shadow - '''FILED''' {{bug|377331}}
 
* Textareas should have no shadow - '''FILED''' {{bug|377331}}
* 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) - {{bug|53927}}
 
* Select-lists still have dotted internal focus rings
 
* Select-lists still have dotted internal focus rings
* 1-2px blank space at top inside select-lists
 
 
* 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 11: Line 10:
 
* horiz scrollbars not drawn correctly (no arrows) [http://hicksdesign.co.uk/journal] - '''FILED''' {{bug|377225}}
 
* horiz scrollbars not drawn correctly (no arrows) [http://hicksdesign.co.uk/journal] - '''FILED''' {{bug|377225}}
 
* about:plugins column headers colors - '''FILED''' {{bug|377325}}
 
* 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 ([http://dev.l-c-n.com/camino/forms.php])
 +
* 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 ([http://web.mit.edu/bzbarsky/www/testcases/form-baseline/radio-and-checkbox.html], [http://www.bitstampede.com/2007/05/26/well-lets-see-if-that-works/])
 +
* button/input ends too pointy - '''FILED''' (probably) {{bug|384509}}
 +
* disabled select list with red text; can't distinguish enabled from disabled
  
 
==Bugs to File about Gfx:Thebes==
 
==Bugs to File about Gfx:Thebes==
 
* Funky underlining misalignment on http://www.ardisson.org/smokey/moz/
 
* Funky underlining misalignment on http://www.ardisson.org/smokey/moz/
* Use LastResort.dfont for missing glyphs
+
* Use LastResort.dfont for missing glyphs (regression) [http://www.smontagu.org/blog/?p=291], [http://cdl.museum.upenn.edu/cuneitab_0.html], [https://bugzilla.mozilla.org/attachment.cgi?id=271057], [https://bugzilla.mozilla.org/attachment.cgi?id=289585], others - {{bug|387410}}
* Black bg when first opening new window (cm-only)
+
* Black bg when first opening new window (cm-only) - {{bug|363304}}
 +
* Scaling PNGs down is very crappy (compare cbo logo on [http://www.google.com/custom?q=Search+the+Web+with+Google&sa.x=&sa.y=&sa=Submit&client=pub-7406403049838678&forid=1&channel=4959044406&ie=UTF-8&oe=UTF-8&cof=GALT%3A%230577C1%3BGL%3A1%3BDIV%3A%23FFFFFF%3BVLC%3A0577C1%3BAH%3Acenter%3BBGC%3AFFFFFF%3BLBGC%3AFFFFFF%3BALC%3A0577C1%3BLC%3A0577C1%3BT%3A000000%3BGFNT%3A0577C1%3BGIMP%3A0577C1%3BLH%3A50%3BLW%3A195%3BL%3Ahttp%3A%2F%2Fcaminobrowser.org%2Fimages%2Fsearch_logo.png%3BS%3Ahttp%3A%2F%2Fwww.caminobrowser.org%2F%3BFORID%3A1&hl=en this page] on branch and trunk) - probably {{bug|420379}}

Latest revision as of 21:56, 21 March 2008

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) - Bug 53927
  • 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], [5])
  • button/input ends too pointy - FILED (probably) Bug 384509
  • disabled select list with red text; can't distinguish enabled from disabled

Bugs to File about Gfx:Thebes