Ticket #169 (closed defect: invalid)

Opened 3 years ago

Last modified 3 years ago

computeJqueryPath() finds jQuery UI instead of JQuery

Reported by: mrtwice99 Owned by: jf.hovinne
Priority: major Milestone: 0.5
Component: editor Version: trunk
Keywords: Cc:

Description

I use the following code to get jQuery and jQuery UI from Google:

    <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.2.6/jquery.min.js"></script>
    <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jqueryui/1.5.3/jquery-ui.min.js"></script>

Which caused the following to show up in my dialog box source:

<head>
  <link rel='stylesheet' type='text/css' media='screen' href='/js/wymeditor/skins/pysapp/skin.css' />
  <title>Paste from Word</title>
  <script type='text/javascript' src='http://ajax.googleapis.com/ajax/libs/jqueryui/1.5.3/jquery-ui.min.js'>

Change History

comment:1 Changed 3 years ago by jf.hovinne

  • Status changed from new to closed
  • Resolution set to invalid

Added test page, see r612.

jQuery src in popups is correct, so resolved as invalid.

Please reopen the ticket and attach a test page if the problem persists, thanks.

Note: See TracTickets for help on using tickets.