Not a good subject, but describes the issue as best I can.

When I go to click a popup link, and edit, the top edge of the popup is invariably too low, and the box too high for me to see the entire box, and so makes the "action" buttons inaccessible.

I often have to resort to firebug to edit the element styling so it pulls the popup box much closer to the top of the window.

CommentFileSizeAuthor
#2 screenshot1.png55.47 KBsimonlnu
Support from Acquia helps fund testing for Drupal Acquia logo

Comments

dawehner’s picture

Can you describe an action when exactly the popup is too low? There might be a certain pattern for it.

simonlnu’s picture

FileSize
55.47 KB

doesn't matter, as the position: in CSS is fixed, so it doesn't scroll, and the spacing at the top stays the same. attaching a screenshot.

Note that the scrollbar in the browser is all the way to the bottom, and i still can't see the buttons, nor the bottom of the popup.

see attachment: http://drupal.org/files/screenshot1_12.png

as people say, a picture is worth a thousand words ;).

dawehner’s picture

Feel free to provide a css fix which fixes the issue for you.

simonlnu’s picture

line 223 on down:

.views-ui-dialog {
  /* We need this so the button is visible. */
  overflow: visible;
-  position: fixed;
}

that's a good start ^^^^ :) (remove line 226).

at least i can navigate down the window and see the buttons. as for the top edge spacing, i've tried different things, but a lot of it is in javascript that seems rather opaque to me (i'm a newbie with JS), so my success has been only partial (and sometimes made it worse, in my tests ;p).

NancyDru’s picture

Version: 7.x-3.5 » 7.x-3.x-dev
Issue summary: View changes

That CSS change at least lets me scroll down to see the buttons, but don't I remember the pop-up window sizing to fit the display some time in the past?

NancyDru’s picture

Six years and I am still having this issue when I build a new site?