Issue 236 in glassdb: jQuery UI Functional Test Suite (javascript/jquery-ui) goes to wrong URL

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
3 messages Options
Reply | Threaded
Open this post in threaded view
|

Issue 236 in glassdb: jQuery UI Functional Test Suite (javascript/jquery-ui) goes to wrong URL

glassdb
Status: New
Owner: [hidden email]
Labels: Type-Defect Priority-High GLASS-Seaside30 Version-3.0.x

New issue 236 by [hidden email]: jQuery UI Functional Test Suite  
(javascript/jquery-ui) goes to wrong URL
http://code.google.com/p/glassdb/issues/detail?id=236

What steps will reproduce the problem?
1. Start Seaside in a MagLev image.
2. Browse to localhost:8383
3. Click "JQuery UI" at the bottom right of the screen
4. Click "Draggable"

What is the expected output?
   http://localhost:8383/javascript/jquery-ui/draggableinteraction

What do you see instead?
   <a href="http://localhost:8383:8383/javascript/jquery-ui/visualtheming">http://localhost:8383:8383/javascript/jquery-ui/visualtheming
(plus additional text)

I initially thought the page contained an error, but then realized the page  
I got to was testing the ui-state-error style, so the page is displaying  
correctly.

JQVisualsFunctionalTest>>renderErrorOn: html
    html div class: 'ui-corner-all ui-state-error'; with: [
       html paragraph: [
          html span class: 'ui-icon ui-icon-alert'.
          html strong: 'Error: '.
          html text: 'Sample ui-state-error style.' ] ]

It is 100% reproducible on GemStone build 25201. I moved it's priority to  
high once I realized it's a page navigation error.



Reply | Threaded
Open this post in threaded view
|

Re: Issue 236 in glassdb: jQuery UI Functional Test Suite (javascript/jquery-ui) goes to wrong URL

glassdb
Updates:
        Status: Accepted
        Labels: Milestone-1.0-beta.8.6

Comment #1 on issue 236 by [hidden email]: jQuery UI Functional Test  
Suite (javascript/jquery-ui) goes to wrong URL
http://code.google.com/p/glassdb/issues/detail?id=236

This looks to be a problem only on GemStone3.0, as it does not reproduce in  
GemStone2.4.4.1

Reply | Threaded
Open this post in threaded view
|

Re: Issue 236 in glassdb: jQuery UI Functional Test Suite (javascript/jquery-ui) goes to wrong URL

glassdb
Updates:
        Status: Verified

Comment #2 on issue 236 by [hidden email]: jQuery UI Functional  
Test Suite (javascript/jquery-ui) goes to wrong URL
http://code.google.com/p/glassdb/issues/detail?id=236

This is either fixed by MagLev-25289, or by some fix in a MetaCello  
configuration. No problems running JQuery UI today!