Changes between Initial Version and Version 1 of Ticket #14418
- Timestamp:
- Dec 8, 2011, 5:30:13 PM (9 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #14418 – Description
initial v1 1 1 A Co-worker pointed this out, opening a ticket since maybe its a non-issue (other than consistency) 2 2 3 line # 81 of Tooltip.js in 1.7 uses3 line # 81 of Tooltip.js in 1.7 uses 4 4 5 5 node.width = "auto" yet everywhere else in the file that width is modified is done via node.style.width = "auto"