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=236What 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/draggableinteractionWhat 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.