Opened 16 years ago
#109 new defect
make the power on/off buttons on /info cater to broken browsers
Reported by: | price | Owned by: | ecprice |
---|---|---|---|
Priority: | minor | Milestone: | |
Component: | web | Version: | |
Keywords: | Cc: |
Description
Apparently when IE 6 or IE 7 submits a button like this:
<button type="submit" class="button" name="action" value="Power off">Power off (hard)</button>
it submits the value "Power off (hard)", as opposed to the actual, well, value.
andersk recommends the workaround
<input type="button" name="command_name" value="Button Text" />
Note: See
TracTickets for help on using
tickets.