Changes between Initial Version and Version 1 of Ticket #5324
- Timestamp:
- Dec 7, 2007, 2:43:06 AM (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #5324 – Description
initial v1 10 10 Not sure how to fix this. Maybe the Tooltip should do it's initialization in startup() rather than postCreate(), and Templated should be changed to call startup on all the nested widgets, but even that would happen before the widget was attached to document.body, for a simple call like {{{ new CustomWidget();}}} . 11 11 12 Mysteriously this causes "aroundNode" not found errors to appear when you move your mouse. It seems like the error would just occur once, or actually since the tooltip code has {{{ if(node) }}} around the connect code.12 Mysteriously on FF/mac and FF/linux (but not FF/win) this causes "aroundNode not found" errors to appear when you move your mouse. It seems like the error would just occur once, or actually since the tooltip code has {{{ if(node) }}} around the connect code, no error messages would appear (but the tooltip would never show, it would be inert)