#5811 closed defect (fixed)
bordercontainer 'thumb' doesn't shrink with container size
Reported by: | Adam Peller | Owned by: | Adam Peller |
---|---|---|---|
Priority: | high | Milestone: | 1.1 |
Component: | Dijit | Version: | 1.0 |
Keywords: | Cc: | nonken | |
Blocked By: | Blocking: |
Description (last modified by )
If, for example, the top pane and the bottom pane are resized such that there's perhaps 5 pixels between them, and the 'thumbs' on the left and right splitters are perhaps 10px in height, the splitter is sized right, but the 'thumb' (the line inside the splitter) overflows.
Not a biggie, probably just a css thing.
Change History (3)
comment:1 Changed 14 years ago by
Description: | modified (diff) |
---|
comment:2 Changed 14 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
(In [12438]) don't let splitter thumb overflow its container. Fixes #5811. Also, reduce some Dijit CSS.