Re: WOCheckbox strangeness
Re: WOCheckbox strangeness
- Subject: Re: WOCheckbox strangeness
- From: Asa Hardcastle <email@hidden>
- Date: Mon, 10 Dec 2007 23:18:48 -0500
Hi Valerio,
I've never used a checkbox inside of a hyperlink the way that you
describe. I did not even know this was legal HTML. I have two
suggestions that might work better than hoping for Safari 3.0.5 to
bring back this behaviour:
1) Replace the checkbox with an image. If the checkbox was used to
display an underlying state you can add conditional statements and
display a checked or unchecked image.
or
2) remove the hyperlink and instead bind the checkbox to a settable
value/method. Then use onclick to submit the containing form.
I hope this helps :)
later,
asa
On Dec 10, 2007, at 8:23 PM, Valerio Luccio wrote:
I have a repetition that has, as one of it's cells, a WOCheckbox
wrapped inside a WOHyperlink. When you press the check box the
hyperlink function is called and updates some internal counters.
This used to work fine both with Firefox and with Safari. Now is
still works with Firefox and Safari 3.0.3, but it doesn't work with
Safari 3.0.4. On 3.0.4 it doesn't seem to call the hyperlink
function, but if I include a character inside the hyperlink and
click on the character it works. Just to explain myself better:
<a><checkbox></a> clicking on the checkbox does not work
<a>A <checkbox></a> works by clicking on 'A'
When I look at the page source, you can clearly see the hyperlink,
but the checkbox object seems to trump it.
Any clues/suggestions ?
--
Valerio Luccio (212) 998-8736
Center for Brain Imaging 4 Washington Place, Room 156
New York University New York, NY 10003
"In an open world, who needs windows or gates?"
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
@zenn.net
This email sent to email@hidden
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden