#2751 closed defect (fixed)
textboxes end up with some attribute values as "undefined"
Reported by: | Becky Gibson | Owned by: | Douglas Hays |
---|---|---|---|
Priority: | high | Milestone: | |
Component: | Widgets | Version: | 0.4.2 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description
The textbox widgets are ending up with a tabindex attribute value of "undefined" if a tabindex was not initially set on the input field in the markup. IMHO if the Web author does not add a tabindex, no tabindex attribute should be applied. This is also true for size and maxlength. I would think if the user doesn't define a specific attribute, the Dojo widget shouldn't be applying the value of "undefined" to it.
Note: See
TracTickets for help on using
tickets.
(In [8385]) Fixes #2751. Added default values for size and maxlength. tabIndex already had a default value.