|
View:
New views
6 Messages
—
Rating Filter:
Alert me
|
|
|
Tabs invisible in IE 6Hi,
We are implementing p.mapper-4.0-beta and there is a problem with displaying TOC and Legend tabs when using IE 6. They are invisible. We have tried to change toc.css, layout.css and default.css in order to resolve the issue but unfortunately we did not succeed Thank you in advance on any information regards, dejan ------------------------------------------------------------------------------ Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day trial. Simplify your report design, integration and deployment - and focus on what you do best, core application coding. Discover what's new with Crystal Reports now. http://p.sf.net/sfu/bobj-july _______________________________________________ pmapper-users mailing list pmapper-users@... https://lists.sourceforge.net/lists/listinfo/pmapper-users |
|
|
Re: Tabs invisible in IE 6which beta version are you using?
does it give a Javascript error? do you have the same problem with IE 7/8? i cannot check anything with IE6 since I do not have it any more available... armin On 10/11/2009 12:54, Dejan.Gambin@... wrote: > Hi, > > We are implementing p.mapper-4.0-beta and there is a problem with > displaying TOC and Legend tabs when using IE 6. They are invisible. We > have tried to change toc.css, layout.css and default.css in order to > resolve the issue but unfortunately we did not succeed > > Thank you in advance on any information > > regards, dejan > ------------------------------------------------------------------------------ > Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day > trial. Simplify your report design, integration and deployment - and focus on > what you do best, core application coding. Discover what's new with > Crystal Reports now. http://p.sf.net/sfu/bobj-july > _______________________________________________ > pmapper-users mailing list > pmapper-users@... > https://lists.sourceforge.net/lists/listinfo/pmapper-users > ------------------------------------------------------------------------------ Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day trial. Simplify your report design, integration and deployment - and focus on what you do best, core application coding. Discover what's new with Crystal Reports now. http://p.sf.net/sfu/bobj-july _______________________________________________ pmapper-users mailing list pmapper-users@... https://lists.sourceforge.net/lists/listinfo/pmapper-users |
|
|
Re: Tabs invisible in IE 6Regarding IE 7/8
In case anyone else has a similar problem I have just solved an issue that we had where pmapper wouldn't load correctly in IE giving a cryptic javascript error in pm.uielement.js after a bit of digging around I found that trailing comma in the toolbar definition in js_config.php was causing it. G -----Original Message----- From: Dejan.Gambin@... [mailto:Dejan.Gambin@...] Sent: Tuesday, 10 November 2009 10:54 PM To: pmapper-users@... Subject: [pmapper-users] Tabs invisible in IE 6 Hi, We are implementing p.mapper-4.0-beta and there is a problem with displaying TOC and Legend tabs when using IE 6. They are invisible. We have tried to change toc.css, layout.css and default.css in order to resolve the issue but unfortunately we did not succeed Thank you in advance on any information regards, dejan ---------------------------------------------------------------------------- -- Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day trial. Simplify your report design, integration and deployment - and focus on what you do best, core application coding. Discover what's new with Crystal Reports now. http://p.sf.net/sfu/bobj-july _______________________________________________ pmapper-users mailing list pmapper-users@... https://lists.sourceforge.net/lists/listinfo/pmapper-users ------------------------------------------------------------------------------ Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day trial. Simplify your report design, integration and deployment - and focus on what you do best, core application coding. Discover what's new with Crystal Reports now. http://p.sf.net/sfu/bobj-july _______________________________________________ pmapper-users mailing list pmapper-users@... https://lists.sourceforge.net/lists/listinfo/pmapper-users |
|
|
Re: Tabs invisible in IE 6IE is very unforgiving for superfluous commas, it expects then eg.
another array element or object after it, but there is nothing... The problem is that you get the error usually for the script that uses the config definition when looping through it, but not for the config file itself. FF and most other browsers just silently ignore this, so no chance to use their better debugging because they don't report an error. In the case of the tabs there was an issue with IE 7 and 8 (probably also IE6), but that has been fixed a few months ago: http://svn.pmapper.net/trac/changeset/776 http://svn.pmapper.net/trac/changeset/775 (found via http://svn.pmapper.net/trac/search?q=tabs&wiki=on&changeset=on&ticket=on) So telling *exactly* which pm (sub)version one uses is usually not a bad idea when reporting errors to narrow down bugs and possibly already existing fixes. armin On 10/11/2009 22:57, Gabe Codina wrote: > Regarding IE 7/8 > > In case anyone else has a similar problem I have just solved an issue that > we had where pmapper wouldn't load correctly in IE giving a cryptic > javascript error in pm.uielement.js after a bit of digging around I found > that trailing comma in the toolbar definition in js_config.php was causing > it. > > G > > -----Original Message----- > From: Dejan.Gambin@... [mailto:Dejan.Gambin@...] > Sent: Tuesday, 10 November 2009 10:54 PM > To: pmapper-users@... > Subject: [pmapper-users] Tabs invisible in IE 6 > > Hi, > > We are implementing p.mapper-4.0-beta and there is a problem with > displaying TOC and Legend tabs when using IE 6. They are invisible. We > have tried to change toc.css, layout.css and default.css in order to > resolve the issue but unfortunately we did not succeed > > Thank you in advance on any information > > regards, dejan > ---------------------------------------------------------------------------- > -- > Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day > trial. Simplify your report design, integration and deployment - and focus > on > what you do best, core application coding. Discover what's new with > Crystal Reports now. http://p.sf.net/sfu/bobj-july > _______________________________________________ > pmapper-users mailing list > pmapper-users@... > https://lists.sourceforge.net/lists/listinfo/pmapper-users > > > ------------------------------------------------------------------------------ > Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day > trial. Simplify your report design, integration and deployment - and focus on > what you do best, core application coding. Discover what's new with > Crystal Reports now. http://p.sf.net/sfu/bobj-july > _______________________________________________ > pmapper-users mailing list > pmapper-users@... > https://lists.sourceforge.net/lists/listinfo/pmapper-users > ------------------------------------------------------------------------------ Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day trial. Simplify your report design, integration and deployment - and focus on what you do best, core application coding. Discover what's new with Crystal Reports now. http://p.sf.net/sfu/bobj-july _______________________________________________ pmapper-users mailing list pmapper-users@... https://lists.sourceforge.net/lists/listinfo/pmapper-users |
|
|
Re: Tabs invisible in IE 6Of course Armin, sorry for not doing it before but I didn't find
changelog, I suppose because it is a packaged version (ubuntu hardy) Finally I found - iIt says: "pmapper-4.0-beta 4.0.0.2.0 - BUILD 2009-06-12" in index.html Thanks very much regards, dejan Armin Burger <armin.burger@...> wrote on 10.11.2009 23:52:12: > IE is very unforgiving for superfluous commas, it expects then eg. > another array element or object after it, but there is nothing... The > problem is that you get the error usually for the script that uses the > config definition when looping through it, but not for the config file > itself. > > FF and most other browsers just silently ignore this, so no chance to > use their better debugging because they don't report an error. > > In the case of the tabs there was an issue with IE 7 and 8 (probably > also IE6), but that has been fixed a few months ago: > http://svn.pmapper.net/trac/changeset/776 > http://svn.pmapper.net/trac/changeset/775 > (found via > > > So telling *exactly* which pm (sub)version one uses is usually not a bad > idea when reporting errors to narrow down bugs and possibly already > existing fixes. > > armin > > On 10/11/2009 22:57, Gabe Codina wrote: > > Regarding IE 7/8 > > > > In case anyone else has a similar problem I have just solved an issue that > > we had where pmapper wouldn't load correctly in IE giving a cryptic > > javascript error in pm.uielement.js after a bit of digging around I found > > that trailing comma in the toolbar definition in js_config.php was causing > > it. > > > > G > > > > -----Original Message----- > > From: Dejan.Gambin@... [mailto:Dejan.Gambin@...] > > Sent: Tuesday, 10 November 2009 10:54 PM > > To: pmapper-users@... > > Subject: [pmapper-users] Tabs invisible in IE 6 > > > > Hi, > > > > We are implementing p.mapper-4.0-beta and there is a problem with > > displaying TOC and Legend tabs when using IE 6. They are invisible. We > > have tried to change toc.css, layout.css and default.css in order to > > resolve the issue but unfortunately we did not succeed > > > > Thank you in advance on any information > > > > regards, dejan > > ---------------------------------------------------------------------------- > > -- > > Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day > > trial. Simplify your report design, integration and deployment - and focus > > on > > what you do best, core application coding. Discover what's new with > > Crystal Reports now. http://p.sf.net/sfu/bobj-july > > _______________________________________________ > > pmapper-users mailing list > > pmapper-users@... > > https://lists.sourceforge.net/lists/listinfo/pmapper-users > > > > > > > > > Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day > > trial. Simplify your report design, integration and deployment - > and focus on > > what you do best, core application coding. Discover what's new with > > Crystal Reports now. http://p.sf.net/sfu/bobj-july > > _______________________________________________ > > pmapper-users mailing list > > pmapper-users@... > > https://lists.sourceforge.net/lists/listinfo/pmapper-users > > > > > > Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day > trial. Simplify your report design, integration and deployment - andfocus on > what you do best, core application coding. Discover what's new with > Crystal Reports now. http://p.sf.net/sfu/bobj-july > _______________________________________________ > pmapper-users mailing list > pmapper-users@... > https://lists.sourceforge.net/lists/listinfo/pmapper-users ------------------------------------------------------------------------------ Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day trial. Simplify your report design, integration and deployment - and focus on what you do best, core application coding. Discover what's new with Crystal Reports now. http://p.sf.net/sfu/bobj-july _______________________________________________ pmapper-users mailing list pmapper-users@... https://lists.sourceforge.net/lists/listinfo/pmapper-users |
|
|
Re: Tabs invisible in IE 6Armin,
I am continuing answering to your questions We don't get any Javascript error. And it works as expected in IE 7/8 regards, dejan Armin Burger <armin.burger@...> wrote on 10.11.2009 18:44:09: > which beta version are you using? > does it give a Javascript error? > do you have the same problem with IE 7/8? > > i cannot check anything with IE6 since I do not have it any more > available... > > armin > > On 10/11/2009 12:54, Dejan.Gambin@... wrote: > > Hi, > > > > We are implementing p.mapper-4.0-beta and there is a problem with > > displaying TOC and Legend tabs when using IE 6. They are invisible. We > > have tried to change toc.css, layout.css and default.css in order to > > resolve the issue but unfortunately we did not succeed > > > > Thank you in advance on any information > > > > regards, dejan > > > ------------------------------------------------------------------------------ > > Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day > > trial. Simplify your report design, integration and deployment - > and focus on > > what you do best, core application coding. Discover what's new with > > Crystal Reports now. http://p.sf.net/sfu/bobj-july > > _______________________________________________ > > pmapper-users mailing list > > pmapper-users@... > > https://lists.sourceforge.net/lists/listinfo/pmapper-users > > > > > Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day > trial. Simplify your report design, integration and deployment - andfocus on > what you do best, core application coding. Discover what's new with > Crystal Reports now. http://p.sf.net/sfu/bobj-july > _______________________________________________ > pmapper-users mailing list > pmapper-users@... > https://lists.sourceforge.net/lists/listinfo/pmapper-users ------------------------------------------------------------------------------ Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day trial. Simplify your report design, integration and deployment - and focus on what you do best, core application coding. Discover what's new with Crystal Reports now. http://p.sf.net/sfu/bobj-july _______________________________________________ pmapper-users mailing list pmapper-users@... https://lists.sourceforge.net/lists/listinfo/pmapper-users |
| Free embeddable forum powered by Nabble | Forum Help |