Comment 2 for bug 1600455

Revision history for this message
Alexandre Abreu (abreu-alexandre) wrote :

I investigated a bit,

The menu context menu obviously appears as a result of Oxide informing us that we have a long press on an <a> tag underneath. In that case the menu popups when the linkUrl reported by Oxide is non null.

The issue is that the <a> tag "hosted" by the "Like" div being pressed has an empty linkUrl. But as we keep the press the DOM changes to display the "reaction" icons, and the DOM gets updated accordingly. AS it happens, it seems that the press action is somewhat evaluated again and a new link to the FB "story" has been added to the DOM, the context menu is requested again with a non empty linkUrl this time which makes the context menu popup.

This behavior does not happen on Android in the same context (and with a similar UA),

Adding oxide to the list to investigate more,