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.

Issues with SkillBuilders Modal Page 2.0.0 and APEX 5.0.4.00.12

Erick DiazSep 6 2016 — edited Oct 6 2016

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

This post has been answered by Kofi on Sep 8 2016
Jump to Answer

Comments

1. The message says that although replication dependency tracking is enabled, it's being turned off because asynchronous multimaster replication is not in use. Ignore this message, it's harmless.
2. Your database will lose ability to do parallel propagation. If you are not planning to use replication, you can safely set this parameter to false.
CKPT
HI,

are you using any replication? if yes it will turn on


REPLICATION_DEPENDENCY_TRACKING [TRUE/FALSE] <TRUE>
This parameter specifies that dependency tracking for read/write operations to the database is turned on.
when ever instance startup & shutdown all the parameter will be reviewed.


check http://download.oracle.com/docs/cd/B19306_01/server.102/b14237/initparams182.htm#sthref563


this is informational. you can ignore.

Thanks
1 - 2
Locked Post
New comments cannot be posted to this locked post.

Post Details

Locked on Nov 3 2016
Added on Sep 6 2016
12 comments
2,845 views