Opened 8 years ago
Last modified 4 years ago
#17296 assigned defect
dojox/widget/Standby does not consider CSS attribute overflow
Reported by: | Alexander Kläser | Owned by: | dylan |
---|---|---|---|
Priority: | undecided | Milestone: | 1.15 |
Component: | DojoX Widgets | Version: | 1.9.0 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description
Currently, the Standby widget does not consider the CSS attribute overflow. Thus it leaves space for a scrollbar although no scrollbar is visible. This happens for overflow=visible|hidden if I am correct.
Here a demonstration of the problem: http://jsfiddle.net/2xW4H/2/
Attachments (1)
Change History (3)
Changed 8 years ago by
Attachment: | fix_dojox_widget_Standby_scrollbar_offset.patch added |
---|
comment:1 Changed 5 years ago by
Milestone: | tbd → 1.12 |
---|---|
Owner: | set to dylan |
Status: | new → assigned |
Will review for Dojo 1.12.
comment:2 Changed 4 years ago by
Milestone: | 1.13 → 1.15 |
---|
Ticket planning... move current 1.13 tickets out to 1.15 to make it easier to move tickets into the 1.13 milestone.
Note: See
TracTickets for help on using
tickets.
Patch suggestion for bug fifx