Opened 14 years ago
Closed 14 years ago
#3150 closed defect (fixed)
layouts "swallow" scroll bars in themeTester.html
Reported by: | alex | Owned by: | bill |
---|---|---|---|
Priority: | high | Milestone: | 0.9beta |
Component: | Dijit | Version: | 0.9 |
Keywords: | Cc: | alex | |
Blocked By: | Blocking: |
Description
on every browser I've tried, loading themeTester.html yeilds an upper-right scrollable pane, but the scrollbars that are initially visible are not appropriate for the content. Instead, they "mask" the real content scrollbar. I assume one of the layout methods is not getting called at the right time. Moving to another tab and moving back appears to fix the issue.
Change History (4)
comment:1 Changed 14 years ago by
comment:2 Changed 14 years ago by
Status: | new → assigned |
---|
Ah, it's the TODO from TabContainer?.js:
// TODO: subtract out padding border margin...
I'll fix this.
comment:3 Changed 14 years ago by
(In [8791]) Fixes the hidden scrollbar issue (refs #3150) but produces another problem where the initial pane is too narrow, at least in themeTester.html on my machine (FF2.0/mac).
PageContainer::_showChild() calls dojo.contentBox(this.containerNode), which returns w==854 even though this.containerNode.style.width=="869px"... thus (if I'm analyzing correctly) demonstrating the dangers of querying the content box size right after setting the margin box size.
More checkins to come.
comment:4 Changed 14 years ago by
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
... may be fixed when #3082 get's fixed. Once focus on node is complete, scrollbars disappear.