Changes between Version 2 and Version 3 of Ticket #17082, comment 1
- Timestamp:
- Apr 27, 2013, 3:28:59 PM (9 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #17082, comment 1
v2 v3 1 it looks like #15097 is the likely cause of this: in Firefox, when setting focusNode.disabled from true to false, and immediately call focusNode.click(), it somehow does not trigger onclick event on valueNode.1 it looks like #15097 is the likely cause of this: in Firefox, when setting valueNode.disabled from true to false, and immediately call valueNode.click(), it somehow does not trigger onclick event on valueNode. 2 2 3 3 this breaks our functional tests (which waits for some button to be enabled, and then clicks it)