Opened 7 years ago
Closed 7 years ago
#18097 closed defect (fixed)
[regression] BorderContainer: can't disable gutters
Reported by: | vigb | Owned by: | bill |
---|---|---|---|
Priority: | undecided | Milestone: | 1.10.1 |
Component: | Dijit | Version: | 1.10.0 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description (last modified by )
When setting gutters="false" or data-dojo-props="gutters:false" in declarative creation it won't hide the gutters.
When I set the gutters property in the bordercontainer source to false it still shows the gutters.
It worked OK in 1.8
Change History (5)
comment:1 Changed 7 years ago by
comment:2 Changed 7 years ago by
This ticket is assigned to component "dojox/layout", but please note that the same problem happens for dijit/layout/BorderContainer.
comment:3 Changed 7 years ago by
Component: | DojoX Layout → Dijit |
---|---|
Description: | modified (diff) |
Milestone: | tbd → 1.10.1 |
Owner: | set to bill |
Status: | new → assigned |
Summary: | Can`t disable gutters on bordercontainer → [regression] BorderContainer: can't disable gutters |
Yes, understood. Maybe adfcd3bd30fae997a8cb8a3891b8c5aa324f1c76 was a mistake and needs to be rolled back. I'll look at it when I get a chance.
comment:4 Changed 7 years ago by
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
comment:4 Changed 7 years ago by
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Note: See
TracTickets for help on using
tickets.
gutters=false
also removed client borders and padding around bordercontainer.