Thanks for reporting it again, I'd never understood that this was in the Performance View.

I'll try to fix it and send you a patch.

Javier

Eugene Turovsky wrote:
Sorry. I'm wrong, it also don't work :(. I see problem (window have no frame and that is why top.work has no properties, but can't change ir_url() correctly.

I install RC1 and still have this error: Performance view of map have javascript errors when it open in separate window and links not work.
I change htdocs/views/view_dynmap.js from (line 2-6):
2: function ir_url(url,url2){
3: if (url!="") {
4: if (!top.work.events) window.open(url);
5: else top.work.events.location.href = url;
6: }


to:
2: function ir_url(url,url2){
3:    if (url!="") {
+:      if (!top.work)
4:        if (!top.work.events) window.open(url);
5:        else top.work.events.location.href = url;
+      else  window.open(url);
6:    }
work.

Kind regards,
Eugene Turovsky
Inline Group
----- Original Message ----- From: "Javier Szyszlican" <[EMAIL PROTECTED]>
Cc: <[email protected]>
Sent: Tuesday, January 25, 2005 5:40 AM
Subject: Re: [jffnms-users] links in popup windows



All This should be fixed in my current devel (devel-2005-01-24)

Thanks for reporting.

Javier

Eugene Turovsky wrote:

Hello,
I have problem. When I open map in new window (by clicking popup icon on bar) i see javascript error and clicking on interfaces don't work (t.e. link on performance graph). In frame - it's work. I look page sources and don't see any difference. I trying jffnms version 0.7.9 and 0.8.0-pre2 and for IE 6.0SP1 and Firefox1.0 browsers.
mozilla java script console write in this moment:


Error: top.work has no properties Source File: http://<my site name>/views/view_dynmap.js Line: 4

Kind regards,
Eugene Turovsky
P.S. It may be usefull, possible. In version 0.8.0-pre2, file jffnms/lib/gui.toolkit.inc.php line 184 is:
(!empty($onclick)?" OnClick='javascript: ".$onclick."'":"").
with it performance view for map is not correct. I think must be:
(!empty($onclick)?" OnClick=\"javascript:\" ".$onclick."'":"").




-------------------------------------------------------
This SF.Net email is sponsored by: IntelliVIEW -- Interactive Reporting
Tool for open source databases. Create drag-&-drop reports. Save time
by over 75%! Publish reports on the web. Export to DOC, XLS, RTF, etc.
Download a FREE copy at http://www.intelliview.com/go/osdn_nl
_______________________________________________
jffnms-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/jffnms-users


--
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
Javier Szyszlican, Project Leader, JFFNMS
[EMAIL PROTECTED]

I hope JFFNMS or I were helpful to you, if you
can, please donate at http://jffnms.org/donate



-------------------------------------------------------
This SF.Net email is sponsored by: IntelliVIEW -- Interactive Reporting
Tool for open source databases. Create drag-&-drop reports. Save time
by over 75%! Publish reports on the web. Export to DOC, XLS, RTF, etc.
Download a FREE copy at http://www.intelliview.com/go/osdn_nl
_______________________________________________
jffnms-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/jffnms-users




------------------------------------------------------- This SF.Net email is sponsored by: IntelliVIEW -- Interactive Reporting Tool for open source databases. Create drag-&-drop reports. Save time by over 75%! Publish reports on the web. Export to DOC, XLS, RTF, etc. Download a FREE copy at http://www.intelliview.com/go/osdn_nl _______________________________________________ jffnms-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/jffnms-users




------------------------------------------------------- This SF.Net email is sponsored by: IntelliVIEW -- Interactive Reporting Tool for open source databases. Create drag-&-drop reports. Save time by over 75%! Publish reports on the web. Export to DOC, XLS, RTF, etc. Download a FREE copy at http://www.intelliview.com/go/osdn_nl _______________________________________________ jffnms-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/jffnms-users

-- =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= Javier Szyszlican, Project Leader, JFFNMS [EMAIL PROTECTED]

I hope JFFNMS or I were helpful to you, if you
can, please donate at http://jffnms.org/donate



-------------------------------------------------------
This SF.Net email is sponsored by: IntelliVIEW -- Interactive Reporting
Tool for open source databases. Create drag-&-drop reports. Save time
by over 75%! Publish reports on the web. Export to DOC, XLS, RTF, etc.
Download a FREE copy at http://www.intelliview.com/go/osdn_nl
_______________________________________________
jffnms-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/jffnms-users

Reply via email to