My favorites | Sign in
Project Logo
                
New issue | Search
for
| Advanced search | Search tips
Issue 9: className=disabled required in Firefox to keep templateElements disabled
1 person starred this issue and may be notified of changes. Back to list
Status:  Duplicate
Owner:  WestonRuter
Closed:  Aug 2007
Type-Defect
Priority-Medium


Sign in to add a comment
 
Reported by WestonRuter, Jan 24, 2007
Firefox will remember the input values and the element disabled states
which were dynamically set after a page reload or after returning to a page
via the back/forward navigation controls. This destroys the ability to set
a defaultDisabled property on each templateElement on the basis of the
elements disabled value, since all remplateElements are disabled on
DOMContentLoaded to prevent them from being 'successful'.

A workaround requiring authors to additionally include a className of
'disabled' on all disabled elements within the repetition template.

See discussion at Gervase Markham's blog for more info:
<http://weblogs.mozillazine.org/gerv/archives/2006/10/firefox_reload_behaviour.html>

See also test case #11.
Comment 1 by WestonRuter, Aug 15, 2007
See http://code.google.com/p/webforms2/issues/detail?id=3
Status: Duplicate
Sign in to add a comment

Hosted by Google Code