SkillBuilders / super-lov

Popup LOVs with a web 2.0 twist
MIT License
1 stars 0 forks source link

Problem with Icon on Apex 20.2 #8

Open SpyOO opened 3 years ago

SpyOO commented 3 years ago

jQuery UI was deprecated on Apex 20.2 , icons is not visible. class as class="ui-button-icon ui-icon ui-icon-circle-triangle-n" is not available

sax59 commented 3 years ago

I have the same problem. Any help to fix the problem will be appreciated. I am using this plugin (Superlov 3.0) in several applications migrated from version 4.2 that uses a legacy theme (Topaz (Theme 4) *) and I am unable to upgrade the Apex from release 20.1 to release 20.2

Thanks in advance regards Saverio

Belmin2021 commented 3 years ago

We have the same issue.

ridwan-sulaimon commented 3 years ago

Try this, it works for me, try putting this LINK "https://code.jquery.com/ui/1.12.1/themes/base/jquery-ui.css" in your page template or on the page header the was css files are linked from an external source (link rel="stylesheet" type="text/css" href="https://code.jquery.com/ui/1.12.1/themes/base/jquery-ui.css"/)

rajara13 commented 3 years ago

Try this, it works for me, try putting this LINK "https://code.jquery.com/ui/1.12.1/themes/base/jquery-ui.css" in your page template or on the page header the was css files are linked from an external source (link rel="stylesheet" type="text/css" href="https://code.jquery.com/ui/1.12.1/themes/base/jquery-ui.css"/)

I am also affected by this issue. But I have not understood the above solution which worked for you. Can you please explain more with some examples? Thanks in Advance

Raja Ramamoorthy

daveanderson396 commented 3 years ago

Popup LOVs are built-in to APEX 20.2. Would it be better to redefine the items using Super LOV to the new built-in popup LOVs? Dave

sax59 commented 3 years ago

Unfortunately Apex popup lov 20.2 doesn't have the same features as Superlov. In particular The additional mapping of columns to other page items does not work like the Superlov. The problem is clarified in the following discussion: https://community.oracle.com/tech/developers/discussion/4321940/apex-19-2-popup-lov-return-wrong-row-selected.

Therefore it is not possible to replace superlov with Apex native popup lov and a version of superlov that works with the new versions of Apex (20.2 and the new 21.1) would be highly appreciated

SpyOO commented 3 years ago

Hello, I've resolved this problem serveral month ago, I'dont remeber what was the solution, but you can try with this version attachhed. regards Pedro item_type_plugin_com_skillbuilders_super_lov.zip

sax59 commented 3 years ago

Thanks Pedro, I will definitely try your solution.

regards saverio