Hi,

I don't know if this has been reported already...

when implementing custom context menus, Camino displays the custom
context menu as expected, but still overlaps it with the default context menu.
Neither FireFox nor Mozilla nor IE do this...


I put one test case here:
http://www.yellowspace.net/camino_tests/cm.html

That's how I see it:
http://www.yellowspace.net/camino_tests/cm_shot.png

What we basically do there, is an
addEvent(el, "contextmenu", show);
and an (menu-trigger-element-gotById).oncontextmenu = function() { return false; };


It could well be that there is a better or more correct way of doing it,
however it was the only way we found working on firefox, moz and ie...
(and it's the same way the folks at itools-htmlarea do it).

---
When resizing that same window some old friends (bugs) come to life too,
but I guess this is still NSQuickDrawView at "work"...


Regards, Lorenzo

p.s. can't wait to see midas/htmlarea in action on Camino! It will be
the best implementation of that, I feel it! :-)

_______________________________________________
Camino mailing list
[EMAIL PROTECTED]
http://mozdev.org/mailman/listinfo/camino

Reply via email to