On Thu, Jul 9, 2009 at 10:22 AM,
lightflowmark<1@lightflowinterrupted.com> wrote:
>
> Have you tried the Dojo forums? They may be able to give you more specialist
> advice.
>
> Yours,
> Mark
>
>
>
>
> phpoptimizer wrote:
>>
>> I need to submit a Dojo form by pressing Enter or Space on a submit
>> button.
>>
>> I use the following simple Dojo form with two submit buttons:
>>
>> <form action=" " method="post" id=" " >
>> <input id="b2" name="b2" value="B2" type="submit" />
>> <input id="b2" name="b2" value="B2" type="submit" />
>> </td>
>>
>> The browser is IE7.
>>
>> If I use Dojo 1.2.3 the form submit by keyboard DOESN'T work.
>>
>> If I update Dojo to either 1.3.0 or 1.3.1 the form submit by keyboard
>> works perfect but the POST data are incorrect under IE7:
>>
>> array(1) {
>> ["b1"] => string(292) "✓B1"
>> }
>>
>> instead of:
>>
>> array(1) {
>> ["b1"] => string(2) "B1"
>> }
>>
>> The POST data is correct under Firefox3.
>>
>> This Dojo-IE7 issue causing the
>> Zend_Dojo_Form_Element_Button::isChecked() method failure.
>>
>> The issue is urgent and I appreciate any advices.
>>
>>
>
> --
> View this message in context: http://www.nabble.com/Dojo-IE-issues%2C-ugrent-assistance-needed%21-tp24394945p24405408.html
> Sent from the Zend MVC mailing list archive at Nabble.com.
>
>
2009年7月9日星期四
Re: [fw-mvc] Dojo IE issues, ugrent assistance needed!
Yes, I've tried Dojo forums several times but haven't gotten any advice yet.
订阅:
博文评论 (Atom)
没有评论:
发表评论