Ticket #2197 (closed defect: fixed)

Opened 2 months ago

Last modified 2 months ago

Setting window scroll position doesn't work

Reported by: Risto Yrjana Owned by: Matti Tahvonen
Priority: major Milestone: User Interface Library 5.2.12
Component: Server-side framework Version: trunk
Keywords: Cc:
Known Issue description:
Hours estimate: Deadline (dd.mm.yyyy):
Known Issue version (since): Known Issue title:
Hours done: Depends to:
Affects documentation: no
Known Issue workaround:
Affects release notes: no Contract:

Description

The functions defined by the Scrollable interface doesn't seem to be working correctly on the main window. If you try setScrollTop(0) when the window is scrolled down, nothing happens. Also, getScrollTop() always returns 0, no matter what the scroll position is.

I tested this using the main window of the application. Happens on Safari and FF3. This would be "nice" to have in 5.2x, if possible.

Change History

Changed 2 months ago by Matti Tahvonen

  • owner changed from ticketmaster to Matti Tahvonen
  • status changed from new to accepted

Changed 2 months ago by Matti Tahvonen

  • status changed from accepted to closed
  • resolution set to fixed

in [5873] to trunk.

IView (client side component for windows) didn't implement neither updating scroll position nor setting it.

Note: See TracTickets for help on using tickets.