GithubHelp home page GithubHelp logo

orclapex-redirect's People

Stargazers

Marvin Amorim avatar Daniel Hochleitner avatar  avatar

Watchers

Menno Hoogendijk avatar

orclapex-redirect's Issues

triggeringElement is always window object for modal redirects

There are a few fixes possible:

  • Pass DA triggering element to apex_util.redirect_url (does not work for PL/SQL expressions)
  • Override the apex.navigation.dialog function and instance
  • Replace 'this' with jQuery selector of triggering element in PL/SQL of the plugin
  • Add an extra apexafterclosedialog event on the triggering element

None of the above is perfect. The APEX team should not create URLs with 'javascript:'.

The best workaround is to override the apex.navigation.dialog function and instance.

Javascript error when trying to redirect to modal page with single quote in title.

Hi,

Error displayed is

VM2832:1 Uncaught SyntaxError: Unexpected identifier.

When trying to redirect to a modal page with a title like Mike's page

The problem is in the apex_util.prepare_url function which does not properly escape single quotes when returning a javascript url for a modal page.

l_url := REPLACE(l_url,'\u0027','\\u0027');

After prepare_url in get_static_url function seems to fix it.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.