Ticket #1833 (closed defect: fixed)

Opened 5 months ago

Last modified 5 months ago

Remove custom scrollLeft and scrollTop attributes from Window

Reported by: Jouni Koivuviita Owned by: Matti Tahvonen
Priority: minor Milestone: User Interface Library 5.2.5
Component: gwt-adapter-server Version: 5.2.2
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

Window already extends panel which implements Scrollable interface, which causes functionality overlapping with Window's custom scrollLeft and scrollTop attributes.

Remember to update paintContent and client-side implementation as well ;)

Change History

Changed 5 months ago by Matti Tahvonen

  • status changed from new to accepted

I will rudely removed current scrollTop like functions in Window. #1846 will bring back the same functions, so no app should break.

Changed 5 months ago by Matti Tahvonen

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

fixed in [4942]. Now uses identical renamed methods from Scrollable interface (implemented in Panel).

Changed 5 months ago by Joonas Lehtinen

  • milestone changed from User Interface Library 5 stable to User Interface Library 5.2.5
Note: See TracTickets for help on using tickets.