Open Bug 774128 Opened 12 years ago Updated 2 years ago

Combobox button is blurry and its text is outside when the <option> height is large

Categories

(Core :: Widget: Cocoa, defect)

x86
macOS
defect

Tracking

()

People

(Reporter: MatsPalmgren_bugz, Unassigned)

References

()

Details

(Keywords: testcase)

Attachments

(1 file)

Attached image screenshot
This is a Cocoa widget issue. On MacOS, we draw the native widget but there are usually 2 to 4 sizes. Apple, doesn't want developers to use custom size. There is a hack for drawing custom sizes (we take the size bigger than the one we want, we draw it in a canvas and resize it to the size we want). Unfortunately, it is working quite bad for very big widgets.

The solution for this should be to revert to the default rendering (like -moz-appearance: none) when we see that the element to be draw is way too big for us.
Component: Layout: Form Controls → Widget: Cocoa
Severity: minor → S4
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: