cancel
Showing results for 
Search instead for 
Did you mean: 

submitonEnter is not working in safari

Former Member
0 Kudos

Hi,

I have a BSP application which follows MVC pattern and in view I have Htmlb input field code which has submitonEnter="X". If user enters the value and hit Enter button it should go to DO Handle Event. This perfectly works in IE. But in Safari and Chrome its not working.

Can anyone help how to achieve hit Enter function for an HTMLB Inputfield for Chrome anf Safari browser.

Please find the code:

              <htmlb:label for      = "report_by"

                            tooltip  = "<%= lwa_help-field_text %>"

                            text     = "Reported By:UNIX id:"

                            required = "TRUE" />

             </htmlb:gridLayoutCell>

             <htmlb:gridLayoutCell columnIndex = "2"

                                   rowIndex    = "1"

                                   width       = "100"

                                   wrapping    = "FALSE" >

               <htmlb:inputField id        = "report_by"

                                 value     = "<%= controller->v_report_by %>"

                                 maxlength = "12"

                                 submitOnEnter="TRUE"  

                                 size      = "20"

                                 />

Thanks much in advance.

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Thanks for your response. Could you please let me know the alternative way to achieve this.

Thanks again.

Former Member
0 Kudos

Dear Customer,

There's a correction for BSP Design2008 and SubmitOnEnter htmlb tag attribute :

2000018 - BSP: the attribute SubmitOnEnter of htmlb tag inputField does not work

with Design2008

please check and apply if necessary.

Best regards,

Adrian

Former Member
0 Kudos

Dear Customer,

There are some limitations coming from BSP Design:

- Press Enter on inputfield is not working in Design2008, Design2008 is based on U(nified)R(endering). UR does not support this functionality.

- With Design 2008 with is part of NW 7.02 and higher, Safari 4.05 and higher is supported on Apple MacOS 10.5 and higher.

Regards,

Adrian