diegoles / closure-library

Automatically exported from code.google.com/p/closure-library
0 stars 0 forks source link

ie9 bug that affects the goog.ui.SplitPane #547

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Change the content of one of the panes in the split pane demo so that the 
container has a horizontal scroll bar.

You will see that the scroll bar height is deduced twice. This is because of a 
bug in IE 9 (not 8 and below) when using 'box-sizing: border-box;'.

My work around is to change the box-sizing style to 'content-box' for ie 9. 
This isn't ideal with the slight overflow of borders but it's much better than 
the visual affects of the bug.

Original issue reported on code.google.com by ali.taf...@googlemail.com on 14 Mar 2013 at 4:24

GoogleCodeExporter commented 8 years ago
I believe you are hitting the same issue I described (with a work around) in 
this thread:

https://groups.google.com/forum/#!searchin/closure-library-discuss/SplitPane/clo
sure-library-discuss/3htcvlCLvHs

Hope that helps work around the problem until a better IE9 fix is found.

Original comment by ahochh...@samegoal.com on 6 May 2013 at 8:52

GoogleCodeExporter commented 8 years ago
2 years later... if anyone is interested in creating a PR for this fix, please 
comment on https://github.com/google/closure-library/issues/64

Original comment by joelt...@google.com on 12 Aug 2015 at 8:48