Opened 13 years ago
Closed 13 years ago
#6331 closed defect (invalid)
BorderContainer: scrollbar appears on top/bottom panes w/no explicit height setting (Safari 3.1)
Reported by: | bill | Owned by: | Adam Peller |
---|---|---|---|
Priority: | high | Milestone: | 1.2 |
Component: | Dijit | Version: | 1.1b1 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description (last modified by )
If you have top/bottom panes for BorderContainer with no explicit height set, for example
<h1 dojoType="dijit.layout.ContentPane" region="top" splitter="false"> top bar </h1>
Then on Safari 3.1 you get unwanted scroll bars.
This occurs on the header on themeTester.html but is more easily seen with the attached testcases.
Correct layout (screenshot from FF3):
Layout w/unwanted scrollbars (screenshot from Safari3.1):
Attachments (4)
Change History (8)
Changed 13 years ago by
Attachment: | safari.png added |
---|
Changed 13 years ago by
Attachment: | firefox.png added |
---|
Changed 13 years ago by
Attachment: | scrollbar.html added |
---|
comment:1 Changed 13 years ago by
Description: | modified (diff) |
---|---|
Summary: | BorderContainer: scrollbar appears on top/bottom nodes w/no explicit height setting (Safari 3.1) → BorderContainer: scrollbar appears on top/bottom panes w/no explicit height setting (Safari 3.1) |
comment:2 Changed 13 years ago by
Description: | modified (diff) |
---|---|
Owner: | set to Adam Peller |
comment:3 Changed 13 years ago by
Changed 13 years ago by
Attachment: | overflow.png added |
---|
results as of 2008-07-20 on Safari 3.1.2/Mac
comment:4 Changed 13 years ago by
Resolution: | → invalid |
---|---|
Status: | new → closed |
The docs currently specify that a height must be specified on top/bottom and width on the sides. Getting this to work would be an enhancement.
Note: See
TracTickets for help on using
tickets.
reduced test case (goes in dijit/tests/layout), producing screenshots in description