Opened 13 years ago
Closed 13 years ago
#5431 closed defect (invalid)
dojox.fx.slideBy wrong position computing
Reported by: | guest | Owned by: | dante |
---|---|---|---|
Priority: | high | Milestone: | |
Component: | Dojox | Version: | 1.0 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description
in dojox.fx.slideBy getComputedStyle(innerNode, 'position') returns an object (ComputedCSSStyleDeclaration) rather then the css position.
Either getComputedStyle is defect or it should get called:
pos = compute(innerNode).position;
see http://nikolaionken.com/dojo/scroller.html the slideBy is called with left: 0 but jumps 18px left
Change History (2)
comment:1 Changed 13 years ago by
Owner: | changed from Adam Peller to dante |
---|
comment:2 Changed 13 years ago by
Resolution: | → invalid |
---|---|
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
this was fixed in trunk, and nikolia confirms. it does exist in branch, though.