[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: w3m-form allows editing when it shouldn't
- From: Katsumi Yamaoka <yamaoka@xxxxxxx>
- Date: Mon, 25 Nov 2013 16:18:53 +0900
- X-ml-name: emacs-w3m
- X-mail-count: 12223
- References: <87ioxkcrkq.fsf@xxxxxxxxx> <b4mwqlxancd.fsf@xxxxxxx> <87d2no2s4d.fsf@xxxxxxxxx> <b4mbo38uet6.fsf@xxxxxxx> <b4m4n8zdrkz.fsf@xxxxxxx> <87y56ah9wc.fsf@xxxxxxxxx> <b4mob76x9o2.fsf@xxxxxxx> <b4mwqltx1nu.fsf@xxxxxxx> <87eh7wjgbx.fsf@xxxxxxxxx> <87eh653olt.fsf@xxxxxxxxx>
In [emacs-w3m : No.12222] Thorsten Jolitz wrote:
> I just found out that the same problem still exists for drop-down menus,
> I can choose a different item from the drop-down items list, although
> the form is in read-only state (before the 'edit' button has been
> pressed).
> Just like with textareas, textfields and checkboxes, drop-down combos
> should not be editable in the PicoLisp Wiki before the 'edit' button is
> pressed, since the selections will be lost anyway when the page is
> submitted.
Should be fixed now.
Unfortunately w3m doesn't seem to know disabled `select' forms,
so I modified the `w3m-filter-subst-disabled-with-readonly'
filter so as to replace such ones with read-only `input' forms.
I fixed some kinds of disabled widget buttons, too.