Changes between Version 2 and Version 3 of Ticket #18239, comment 1
- Timestamp:
- Apr 15, 2015, 12:11:54 PM (6 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #18239, comment 1
v2 v3 4 4 5 5 This makes me regret [31001]. I don't remember why I didn't just encourage popups to have a `containerNode` <div> and then have dijit/popup set a height/width on that. Perhaps just because of the problem with menus where you would have a <div> enclosing a <table> and the <table> doesn't expand to the full width of the <div>. 6 7 PS: As [31001] mentions, the hard part is scrollbars for menus, because they are `<table>`s.