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

From Camino Wiki
Jump to navigation Jump to search
m (→‎Bugs to File about Gfx:Thebes: testcase for lastresort)
Line 11: Line 11:
 
* 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
 +
* button in input type="file" too close to text field
 +
* 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 textarea frame and scrollbar
 +
* 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])
 +
* button/input ends too pointy
 +
* disabled select list with red text; can't distinguish enabled from disabled
  
 
==Bugs to File about Gfx:Thebes==
 
==Bugs to File about Gfx:Thebes==

Revision as of 17:18, 22 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
  • 1-2px blank space at top inside select-lists
  • 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
  • button in input type="file" too close to text field
  • still have cropping when painting after scrolling ([3])
  • padding between select-list frame and scrollbar/choices
  • padding between textarea frame and scrollbar
  • too much padding in textarea between text and frame
  • 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