Changes between Initial Version and Version 1 of Ticket #8735, comment 35
- Timestamp:
- Feb 13, 2015, 10:10:12 AM (7 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #8735, comment 35
initial v1 2 2 > It is not being activated, it is active at the time of initialization. This is the equivalent of a change event being fired on page load for a select element because it starts with a value already selected. 3 3 It's not "active at the time of initialization" because it's not marked as "ui-state-active". If code change marking to "activated" it should call "activated" method. 4 "select" control selected options are '''marked as selected''' during init - that's why there is no "change" event.