Ticket #6746 (closed defect: fixed)

Opened 7 months ago

Last modified 6 months ago

Firefox scrolls horizontally when a vertical scroll command issued

Reported by: guest Owned by: sorvell
Priority: normal Milestone: 1.2
Component: DojoX Grid Version: 1.1.0
Severity: normal Keywords:
Cc:

Description

Windows XP FF2:

If a grid is wide enough to warrant a horizontal scroll bar, upon executing a vertical scroll command, the grid scrolls all the way to the right. Once the grid has scrolled over to the right, the horizontal scrolling can be adjusted and now the vertical scrolling remains the same.

This happens only in Firefox; IE and Safari function properly. This behavior is exhibited in the test_sizing_100rows.html test.

http://download.dojotoolkit.org/current-dev/dojo-release-1.1.1/dojox/grid/tests/test_sizing_100rows.html

Change History

Changed 7 months ago by BryanForbes

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

(In [13793]) refs #6353 !strict

  • Moved dojox.grid.VirtualGrid? to dojox.grid._Grid.
  • Renamed DataGrid?._getItem to DataGrid?.getItem.
  • Added "defaultValue" property to cells and set it to '...'.
  • Added _Grid._fetch() (stub function).
  • Changed _Grid to work with asyncronous stores more efficiently.

refs #6545

  • Changed "itemAttr" on cells to "field".
  • Added "sortDesc" attribute to cells.

fixes #6746, #5469

  • Fixed horizontal scrolling issue in FF2/3.

Changed 6 months ago by bill

  • milestone set to 1.2
Note: See TracTickets for help on using tickets.