Defaultless prompt()s default to "undefined" in IE
Bug #411729 reported by
William Grant
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
IVLE |
Fix Released
|
Medium
|
David Coles |
Bug Description
JavaScript prompt()s without a default value specified appear with the default text "undefined" in IE8. This is undesirable, and considered a blocker for declaring IE8 support.
It doesn't affect WebKit, Gecko or Presto.
This should hopefully be fixed by replacing all uses of prompt() with something better.
Changed in ivle: | |
status: | Triaged → In Progress |
assignee: | nobody → David Coles (dcoles) |
Changed in ivle: | |
status: | In Progress → Fix Committed |
Changed in ivle: | |
status: | Fix Committed → Fix Released |
To post a comment you must log in.
Something better being jQuery UI? I believe that was the plan discussed at some point. Certainly it gives us a lot more flexibility and doesn't take out all open tabs with it's modal demands.
(And surely IE8 shouldn't be rendering null and undefined in this case?)