Changeset 1763
- Timestamp:
- 01/23/09 04:52:41 (14 months ago)
- Files:
-
- 1 modified
-
trunk/ui/ui.core.js (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ui/ui.core.js
r1753 r1763 456 456 ($.browser.safari || event.preventDefault()); 457 457 458 // was changed to return true in rev 1000 because that allows the 459 // event to bubble - however, exactly that causes much pain for 460 // nested widgets, so we call stopPropagation(). Building a work- 461 // around for the above is much easier. 462 event.stopPropagation(); 458 463 return true; 459 464 },