Opened 8 years ago
Closed 5 years ago
#16356 closed defect (patchwelcome)
Fixed bug in dojox/app/widgets/Container
Reported by: | Owned by: | Ed Chatelain | |
---|---|---|---|
Priority: | undecided | Milestone: | 1.13 |
Component: | DojoX App | Version: | 1.8.1 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description
Lines 14-15 of dojox/app/widgets/Container.js should be replaced from:-
domStyle.set(this.domNode, "overflow-x", "hidden"); domStyle.set(this.domNode, "overflow-y", "auto");
To:-
domStyle.set(this.domNode, "overflowX", "hidden"); domStyle.set(this.domNode, "overflowY", "auto");
The former doesn't work in Firefox.
Change History (1)
comment:1 Changed 5 years ago by
Milestone: | tbd → 1.12 |
---|---|
Resolution: | → patchwelcome |
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
Given the lack of attention to this ticket, we would accept a pull request. Closing as patchwelcome.