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!

Problem (IE) with document.wwv_flow.f01.length after upgrade 4.1.1.00.23.

560577May 2 2012 — edited May 5 2012
In case anyone has had this issue (or is about to), there is a new bug after the upgrade to 4.1.1.00.23 with tabular forms and using document.wwv_flow.f01.length during onload. Seems to happen with Internet Explorer 7 or 8. Doesn't happen with the versions of Firefox nor Chrome that I have and also didn't happen with IE prior to the upgrade.

Check it out here (simple example uploaded to apex.oracle.com):

http://apex.oracle.com/pls/apex/f?p=36869

First try it with Firefox or Chrome.
1. Go into the page.
2. You should get a popup telling you the number of rows.
3. Hit 'add rows'. You should get a popup telling you the number of the nth row that you just added.

Now try it with IE and see what happens. #2 doesn't work anymore. Instead it's some alert box with junk in it for some function declaration not even on my page! Probably coming from the Apex library somewhere.

Why do we care? Well most of us probably don't, but in my case in my real app I evaluate document.wwv_flow.f01.length in order to do some conditional javascript processing and that gobbledygook messes it all up.
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Jun 2 2012
Added on May 2 2012
4 comments
284 views