View Issue Details

IDProjectCategoryView StatusLast Update
361RackTablesdefaultpublic2010-09-02 15:40
Reporteruser160Assigned Toinfrastation  
PrioritynormalSeverityminorReproducibilityalways
Status closedResolutionfixed 
Product Version0.18.4 
Fixed in Version0.18.5 
Summary361: Make racktables pop-up scrollable
DescriptionIf I am working in the datacentre I work on a 10" netbook with 1024x600 resolution. If I connect a cable from somewhere to somewhere I want to administer this in racktables, so I click the "link" button. Now a popup opens with all the available ports, the list with ports is scrollable, but the popup itself is not, this means I can select a port but the "link"/submit button is not visible. Right now I use tab to select it and press enter, but would be better if there is a scrollbar.

The page that is being opened:
/Racktables/popup.php?helper=portlist&port=X&in_rack=y
TagsNo tags attached.

Activities

infrastation

infrastation

2010-08-06 06:58

administrator   ~0000119

Do you have a patch?

user160

2010-08-06 09:14

  ~0000120

Not sure how to create a working patch, but this is the change that has to be made:

file: interface.php
line: 1286
old:
popup_args = 'height=700, width=400, location=no, menubar=no, '.'resizable=yes, scrollbars=no, status=no, titlebar=no, toolbar=no';

New:
popup_args = 'height=700, width=400, location=no, menubar=no, '.'resizable=yes, scrollbars=yes, status=no, titlebar=no, toolbar=no';
infrastation

infrastation

2010-08-10 09:38

administrator   ~0000122

Well... Could you test the change and tell, that it worked for you as expected? Thank you.

user160

2010-08-17 15:50

  ~0000125

Ofcourse I tested it :-) It works as planned.
infrastation

infrastation

2010-09-02 15:40

administrator   ~0000129

I have committed the change.

Issue History

Date Modified Username Field Change
2010-08-04 14:33 user160 New Issue
2010-08-06 06:58 infrastation Note Added: 0000119
2010-08-06 09:14 user160 Note Added: 0000120
2010-08-10 09:38 infrastation Note Added: 0000122
2010-08-17 15:50 user160 Note Added: 0000125
2010-08-17 17:31 infrastation Status new => assigned
2010-08-17 17:31 infrastation Assigned To => infrastation
2010-09-02 15:40 infrastation Note Added: 0000129
2010-09-02 15:40 infrastation Status assigned => closed
2010-09-02 15:40 infrastation Resolution open => fixed
2010-09-02 15:40 infrastation Fixed in Version => 0.18.5