Hi,
I exported an application from APEX 4.2.5.00.08 to 5.0.4.00.12 using Theme 24 – Cloudy, which heavily relies on the SkillBuilders Modal Page plug-in (Version 2.0.0). The problem I’m having is easily replicated on apex.oracle.com:
WORKSPACE: ED
USERNAME: TEST
PASSWORD: TEST
APPLICATION: 83933 - Theme 24 - SkillBuilders Modal Page Issue
On Chrome 53.0.2785.89 and Firefox 48.0.2, the plug-in seems to be working fine even though I can see the following error on the console:
Uncaught TypeError: r[0].style.removeAttribute is not a function jquery.colorbox-min.js:4
My real concern is regarding Internet Explorer 11, which is the standard browser on the company. The first time I click on the button, a "broken" box opens up on the upper left corner of the screen and I see the following error on the console:
SCRIPT65535: Unexpected call to method or property access. File: jquery-2.1.3.min.js, Line: 3, Column: 5660
After I click the button a second time, then the modal opens up correctly.
In addition to set "Embed in Frames" to "Allow" I had to set the "Include jQuery Migrate" option to "Yes" (under User Interface >> JavaScript), otherwise I would have to click the button three times to open the modal page and this additional message shows up on the console:
SCRIPT438: Object doesn't support property or method 'live' File: jquery.colorbox-min.js, Line: 4, Column: 2651
Any ideas how to fix this?
Thank you,
Erick