Changes between Initial Version and Version 1 of Ticket #9315, comment 28


Ignore:
Timestamp:
Aug 31, 2013, 2:52:39 AM (10 years ago)
Author:
Thomas Khyn
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #9315, comment 28

    initial v1  
    22> Could you explain why you need {{{overflow: auto}}} in your test case? And then we'll probably want to create a new ticket for your problem.
    33
    4 In my case I want the #page_wrapper to be scrolled, and keep the header at the top of the window out of the scrollable area (and the scrollbar). It may be done in another way in my particular case to make the draggables work but the bug seems to affect any draggable inside an absolutely positioned scrollable element (which is not that uncommon I guess).
     4In my case I want only the #page_wrapper and not the body to be scrollable, so that the header is kept out of the scrollable area (and the scrollbar). It may be achieved in another way in my particular case to make the draggables work but the bug seems to affect any draggable inside an absolutely positioned scrollable element (which is not that uncommon I guess).
    55
    6 Sorry for having 'polluted' this ticket with an issue which is indeed different and deserves a new ticket, after a second read. I had read too many tickets about scrolling and draggable before posting and landed here :).
     6Sorry for having 'polluted' this ticket with an issue which - after a second reading - is indeed different and would definitely deserve a new ticket. I had read too many tickets about scrolling and draggables before posting and landed here :).