Ticket #549 (closed defect: fixed)
Display jumps back to start of input field after entering a letter
| Reported by: | jayfresh | Owned by: | jayfresh |
|---|---|---|---|
| Priority: | minor | Milestone: | 2.4.1 |
| Component: | core | Version: | |
| Severity: | low | Keywords: | option macro |
| Cc: |
Description
If you use the option macro to display a text input box, and type into it past the end of the input box, the display jumps back to the start of the string.
This problem has been found to occur on Firefox 2 and Firefox 3 beta. This does not occur on Safari 2, nor on IE6.
Attached patch addresses the problem by setting a property on the element being typed into and when iterating through other input fields on the page only changes their value if they do not have this property set. This is a patch to config.macros.option.propagateOption.
Attachments
Change History
Note: See
TracTickets for help on using
tickets.

