Search and Top Navigation
#7797 closed enhancement (duplicate)
Opened October 14, 2011 10:37PM UTC
Closed October 15, 2011 12:37PM UTC
Last modified October 15, 2011 01:33PM UTC
use iframe for navegate
Reported by: | ppkrauss | Owned by: | |
---|---|---|---|
Priority: | minor | Milestone: | 1.9.0 |
Component: | ui.dialog | Version: | 1.8.16 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
It is so ease for user (a programmer that is using jQuery-UI) point a URL
to navigate, like a "help hypertext", into the modal dialog.
Attachments (0)
Change History (4)
Changed October 14, 2011 11:02PM UTC by comment:1
Changed October 15, 2011 12:37PM UTC by comment:2
resolution: | → duplicate |
---|---|
status: | new → closed |
Changed October 15, 2011 01:33PM UTC by comment:4
Replying to [comment:3 scott.gonzalez]:
Duplicate of #5300.
This tiecket NOT is a #5300 duplication (!): THERE ARE A PROBLEM OF NAVIGATION,
$( el ).load( url ).dialog();
IS NOT A SOLUTION FOR BASIC HTML HYPERTEXT: user can not navigate.
... And solutions like "parse all page",
http://blog.nemikor.com/2009/04/18/loading-a-page-into-a-dialog/
are not an acceptable solution (it is a hack!).
THIS TICKET IS ABOUT PROBLEM of NAVIGATION, and the added comment show how this also impact on FORMS (send/response in the same dialog).
Another problem have a not simple (!!!) work-around,
Suppose that the (modal) dialog is a form that need to validate data and return to yourself.
Then suppose the man page, the caller, it need some extra-javascript general functions (postFormAtResult and callModal) to perform the "remote recurrence".