[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: Wed, 02 Oct 2013 19:50:45 +0900
- X-ml-name: emacs-w3m
- X-mail-count: 12151
- References: <87ioxkcrkq.fsf@xxxxxxxxx> <b4mwqlxancd.fsf@xxxxxxx> <87d2no2s4d.fsf@xxxxxxxxx>
In [emacs-w3m : No.12149] Thorsten Jolitz wrote:
> Here is a reccipe (I sent you login data for a test account in a private
> email) assuming you use a standard browser like chromium:
> 1. login
> 2. click Documents in the menu
Oh, it's in `My account'! I found `Documents' there at last. :)
After some trials, I realized w3m doesn't support the `disabled'
attribute in forms unfortunately. But it supports a similar one,
the `readonly' attribute. So, I determined to go this way:
Add a filter function to `w3m-filter-configuration'. It's a
function that replaces `disabled' with `readonly' in an html
source before rendering it.
It was partly successful, but I feel like improving a user
interface for readonly/disabled textarea more. Maybe it takes
one more day. As for the other issues, I'm going to deal with,
afterward.