Skip Menu |

This queue is for tickets about the CGI-Application-Plugin-DevPopup CPAN distribution.

Report information
The Basics
Id: 16012
Status: resolved
Priority: 0/
Queue: CGI-Application-Plugin-DevPopup

People
Owner: Nobody in particular
Requestors: lawson [...] statwire.com
Cc:
AdminCc:

Bug Information
Severity: Important
Broken in: 0.93
Fixed in: (no value)



Subject: popup window not scrollable
Using v.93, the pop-up window is not scrollable; text beyond that which can be viewed within the window is not viewable. Tested w/ Firefox 1.5 and Explorer 6.
[guest - Mon Nov 21 15:02:46 2005]: Show quoted text
> Using v.93, the pop-up window is not scrollable; text beyond that > which can be viewed within the window is not viewable. Tested w/ > Firefox 1.5 and Explorer 6.
Sorry, this is a dupe of #14925
[guest - Mon Nov 21 15:04:57 2005]: Show quoted text
> [guest - Mon Nov 21 15:02:46 2005]: >
> > Using v.93, the pop-up window is not scrollable; text beyond that > > which can be viewed within the window is not viewable. Tested w/ > > Firefox 1.5 and Explorer 6.
> > > Sorry, this is a dupe of #14925
I thought so, as I specifically put v0.93 out to add the scrollbar and resizable attributes to the popup window. Are you still experiencing the issue, or can I close this ticket? If you still have the problem, can you verify whether the correct attributes are present in the DevPopup.pm module?
Hi Robert, Show quoted text
> Actually, the attributes are there : > > <73> var devpopup_window = window.open("", "devpopup_window", > "height=400,width=600,scrollbar,resizable"); > > but I don't get a scrollbar (can resize). > > Then again I don't know javascript well..
Turns out neither do I ;) It should have read "scrollbars", plural. I'll put up a new version right away. Funny though, it worked in my Firefox. Oh well, I've now tested in IE6 and FF1.7 Thanks for reporting! Rhesa