thomthom / SKUI

Ruby wrapper of classes that maps to GUI controls in SketchUp's UI::WebDialogs
MIT License
26 stars 14 forks source link

OSX Support #37

Closed thomthom closed 11 years ago

thomthom commented 11 years ago

What versions to test/develop for?

thomthom commented 11 years ago

Mozilla/5.0 (Macintosh; Intel Mac OS X 10_8_3) AppleWebKit/536.28.10 (KHTML, like Gecko) SketchUp/13.0 (Mac; Safari) comparison

thomthom commented 11 years ago

That grey area at the top doesn't appear to be an DOM element. When setting html background to red, that top part remains the same and the lower large grey area becomes red.

thomthom commented 11 years ago

navigation_buttons_enabled = true was the culprit.

Now the grey area is gone. 2013-06-19_21h26_38

But checkboxes and radiobuttons are out of alignment. Select box is not sized correctly in the height. Textarea touches the select box.

thomthom commented 11 years ago

Is the background colour correct? Is it not too dark for OSX?