[Webkit-unassigned] [Bug 17164] REGRESSION: JavaScript pop-up menu appears at wrong location when hovering image at http://news.chinatimes.com/

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sun Feb 3 19:57:08 PST 2008


http://bugs.webkit.org/show_bug.cgi?id=17164


cwzwarich at uwaterloo.ca changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #18895|0                           |1
        is obsolete|                            |




------- Comment #7 from cwzwarich at uwaterloo.ca  2008-02-03 19:57 PDT -------
Created an attachment (id=18896)
 --> (http://bugs.webkit.org/attachment.cgi?id=18896&action=view)
Further reduction

Here is a further reduction of the bug. I found out what's going wrong. In the
function calculateSumOffset(), the statement

totalOffset += eval('item.' + offsetName);

is not adding the value to totalOffset the first time through the loop. If you
move the eval to a different line then it works fine.


-- 
Configure bugmail: http://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.



More information about the webkit-unassigned mailing list