Ticket #3565 (closed defect: fixed)

Opened 14 months ago

Last modified 14 months ago

Opera includes offsetParent's border in child's offsetLeft

Reported by: sjmiles Owned by: sjmiles
Priority: normal Milestone: 0.9beta
Component: General Version: 0.9
Severity: normal Keywords:
Cc:

Description (last modified by sjmiles) (diff)

html.js box model functions have to account for this by querying parent's computed style and border which is expensive, relatively speaking.

This problem was originally addressed in r9341 (#3552), but the correction is bassackward.

Change History

Changed 14 months ago by sjmiles

  • description modified (diff)

Changed 14 months ago by sjmiles

(In [9365]) Restrict Safari margin hack to nodes that are not position: absolute, allowing more tests to pass, refs #3515. Correct getMarginBox adjustment for Opera offsetLeft/Top, refs #3565.

Changed 14 months ago by sjmiles

  • status changed from new to closed
  • resolution set to fixed
Note: See TracTickets for help on using tickets.