History | Log In     View a printable version of the current page.  
Issue Details (XML | Word | Printable)

Key: WTR-132
Type: Improvement Improvement
Status: Open Open
Priority: Minor Minor
Assignee: Bret Pettichord
Reporter: Charley Baker
Votes: 0
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
Watir

Performance Improvement - remove late binding for 1.5

Created: 19/Jan/07 10:32 AM   Updated: 24/Nov/08 02:04 PM
Component/s: HTML Controls
Affects Version/s: 1.5.0/1.5.1
Fix Version/s: Soon

Original Estimate: Unknown Remaining Estimate: Unknown Time Spent: Unknown


 Description  « Hide
Late binding of html elements only works for some elements and causes a performance hit. We should remove this for the 1.5 release.

 All   Comments   Work Log   Change History      Sort Order:
Bret Pettichord - 19/Jan/07 05:11 PM
Actually the issue is the automatic rebinding that is causing the performance hit. I have the patch, the only hold up is that i want to create a test that demonstrates how this change could break existing 1.5 scripts -- maybe i am being too careful/worried?