Ticket #2494 (closed defect: wontfix)

Opened 21 months ago

Last modified 4 months ago

dojo.html.getContentBox(dojo.body()) returns wrong size on IE7

Reported by: guest Owned by: sjmiles
Priority: high Milestone: 1.2
Component: HTML Version: 0.4.1
Severity: normal Keywords:
Cc:

Description (last modified by peller) (diff)

Hi,

First of all, congratulations for your amazing work!

dojo.html.getContentBox(dojo.body()) in the case of a long scrolling page returns the size of the viewport and not of the actual page with IE7. Moreover, it includes the width of the scrolling bar.

Notice that it works perfectly fine on Firefox 2.0

--Eric

Change History

Changed 16 months ago by peller

  • owner changed from anonymous to sjmiles
  • component changed from General to HTML

Changed 16 months ago by bill

  • milestone set to 0.9

Changed 16 months ago by sjmiles

  • milestone changed from 0.9 to 1.0

Changed 9 months ago by sjmiles

  • milestone changed from 1.1 to 1.1.1

Changed 6 months ago by peller

  • priority changed from normal to high
  • description modified (diff)

Changed 6 months ago by bill

0.4 is effectively unsupported at this point (it's superseded by 0.9, 1.0, and 1.1). Does this happen on the latest code (with dojo.contentBox()) ?

Changed 4 months ago by sjmiles

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

Simple review shows that dojo.contentBox(dojo.body()) returns the height of the page not the viewport.

Note: See TracTickets for help on using tickets.