Actions
Bug #2036
closedDo not use .attr() jquery method to get/set properties
Pull Request:
Severity:
UX impact:
User visibility:
Effort required:
Priority:
Name check:
Fix check:
Regression:
Description
Since jQuery 1.6, .attr() and .prop() methods have clear, different specifications.
We should use .prop() each time we want to change or read the current value of an attribute, not its initial value.
Updated by François ARMAND about 13 years ago
- Status changed from In progress to Pending technical review
- % Done changed from 0 to 100
Applied in changeset 8d35f4cfb3aa5e8e75cabb8110e75448800697fd.
Updated by Nicolas CHARLES almost 13 years ago
- Status changed from Pending technical review to In progress
I'm sorry, but the correction is incomplete.
The rudder.js file contains many $('something).attr("foo", bar);
Updated by François ARMAND almost 13 years ago
- Assignee deleted (
François ARMAND) - Target version changed from 2.3.3 to 2.4.0~alpha3
Updated by François ARMAND almost 13 years ago
- Target version changed from 2.4.0~alpha3 to 2.4.0~alpha4
Updated by Arthur ANGLADE almost 13 years ago
- Status changed from In progress to Pending technical review
Applied in changeset ce6f985e92e8230ff9d58bbef082fdf47346eb85.
Updated by François ARMAND almost 13 years ago
- Status changed from Pending technical review to Released
Seems OK.
Updated by François ARMAND almost 13 years ago
In fact, we discoverd some more evolution on that, see #2239
Actions