When opens pulldowns for category and subcategory the insert and cancel buttons are scrolled out of sight below the bottom of the popup window causing user confusion!

Comments

stborchert’s picture

Assigned: Unassigned » stborchert

Could you please give some more information about your system (drupal version 4.7.4?).
Are there any javascript errors?

By the way:
If you go to [Preferences] -> [content] -> [enable JavaScript - Advanced] is the item "Move or resize existing windows" checked or unchecked?

csc4’s picture

Certainly Drupal 4.7.3, latest link to content, the resize tick box wasn't checked (but it was doing the initial resize, just not when the sub category options appear). No javascript errors.

stborchert’s picture

the resize tick box wasn't checked
Have you checked it and tried again?

csc4’s picture

Sorry - I could and should have been clearer.

The box wasn't ticked, I ticked it and tried again and it made no difference. It does seem to do the first resize but then doesn't resize subsequently - could provide GIF's/PNG's if it helps.

An option to have the buttons at the top rather than the bottom - or repeater buttons would also solve the problem

stborchert’s picture

Hi.
I've tested on different systems and with different browsers but could not reproduces this bug.
But you are the second person who has noticed this.
Uh, wait. Could you please test something:
Remove {$lang_linktonode_label_documents} from popup.php (line 52)

     <div class="nodes">
      <label>{$lang_linktonode_label_documents}</label>
      <div id="nodelist" class="scrollable">

and then try again.
This fixed it for the other one (#91560). I have no idea why, but it fixed it ;-)

stborchert’s picture

Status: Active » Closed (fixed)