Closed Bug 105690 Opened 23 years ago Closed 21 years ago

palm.com - needs to upgrade hiermenu to 4.1.x

Categories

(Tech Evangelism Graveyard :: English US, defect)

defect
Not set
normal

Tracking

(Not tracked)

RESOLVED FIXED

People

(Reporter: doronr, Assigned: bc)

References

()

Details

(Whiteboard: [TOOL][HIERMENU] aok)

http://www.palm.com/js/HM_loader_globalentry.js - 4.0.x, need to upgrade to 4.1.x

nuff said. they seem to have some old MM_ functions too
Blocks: 85104
Whiteboard: [TOOL][HIERMENU]
-> marcio
Assignee: bclary → mgalli
Whiteboard: [TOOL][HIERMENU] → [TOOL][HIERMENU] aok
*** Bug 135350 has been marked as a duplicate of this bug. ***
no more menu -> no more problem
Status: NEW → RESOLVED
Closed: 22 years ago
Resolution: --- → WORKSFORME
damn...

fixed URL (misplaced sub-menu on the left)
Status: RESOLVED → REOPENED
Resolution: WORKSFORME → ---
*** Bug 143891 has been marked as a duplicate of this bug. ***
*** Bug 148428 has been marked as a duplicate of this bug. ***
HM_USE_IEOFFSET = (HM_IE || (HM_NS6 && navigator.productSub > '200107')

in function HM_f_ItemOver()

replace

else {
  this.oL = (HM_IE) ? parseInt(this.menu.style.left) : -HM_BorderWidth;
  this.oL += this.offsetLeft;
  this.oT = (HM_IE) ? parseInt(this.menu.style.top) : -HM_BorderWidth;
  this.oT += this.offsetTop;
}

with

else {
  this.oL = (HM_USE_IEOFFSET) ? parseInt(this.menu.style.left) : -HM_BorderWidth;
  this.oL += this.offsetLeft;
  this.oT = (HM_USE_IEOFFSET) ? parseInt(this.menu.style.top) : -HM_BorderWidth;
  this.oT += this.offsetTop;
}

contacted
Assignee: mgalli → bclary
Status: REOPENED → NEW
Status: NEW → ASSIGNED
Target Milestone: --- → Jul
*** Bug 153832 has been marked as a duplicate of this bug. ***
*** Bug 169877 has been marked as a duplicate of this bug. ***
Palm appears to have switched to Milonic Menus, which works for me in Moz 1.3.1 OSX.

http://www.palm.com/us/js/nav-menus.js
Hardware: PC → All
fixed. thanks frankie
Status: ASSIGNED → RESOLVED
Closed: 22 years ago21 years ago
Resolution: --- → FIXED
Product: Tech Evangelism → Tech Evangelism Graveyard
You need to log in before you can comment on or make changes to this bug.