Skip to Main Content

APEX

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Interested in getting your voice heard by members of the Developer Marketing team at Oracle? Check out this post for AppDev or this post for AI focus group information.

Double title in select list dialog of jQuery Mobile application

NicoletteSep 2 2015 — edited Sep 2 2015

Apex version 4.2 and 5. User interface JQM Smartphone and theme 50 (jQuery mobile).

Symptom: Double title text in dialog of select.

Cause: The page is not removed from the dom as it is supposed to.

When debugging the code (line 10028 of jquery.mobile-1.4.5.js)

this.label = $( "label[for='"+ this.selectId +"']" );

gives a length of 2 for this.label.

Replication steps

I have created an application on apex.oracle.com to demonstrate the problem.

Choose an employee from the list.

Optional check that the title of the managers selectlist by opening the selectlist. The title now only shows Manager.

Click either "Apply changes" or "Apply changes + new".

Open de selectlist for manager the title of the dialog is now ManagerManager.

The buttons do a submit and than go to the same page.

Question:

Why is the form page not replaced in the dom when submitting to the same page?

And how to make sure that the page is actually replaced?

Nicolette

Comments

Locked Post
New comments cannot be posted to this locked post.

Post Details

Locked on Sep 30 2015
Added on Sep 2 2015
0 comments
86 views