dudel icon indicating copy to clipboard operation
dudel copied to clipboard

Tooltips do not open in mobile Firefox (Fennec)

Open RalfJung opened this issue 10 years ago • 5 comments
trafficstars

I am using the mobile Firefox (Fennec) browser, installed via F-Droid. When I visit a dudel, and click on an entry in the table that has a comment, nothing happens. It seems impossible to access the comments in this browser.

RalfJung avatar Aug 03 '15 09:08 RalfJung

Thank you for your report, however, please read this. I just don't have the time to maintain "old dudel" and write a new one, sorry. I do acccept merge requests, though ;)

opatut avatar Aug 03 '15 11:08 opatut

Thank you for your report, however, please read this. I just don't have the time to maintain "old dudel" and write a new one, sorry. I do acccept merge requests, though ;)

I see. Could you give me a pointer at least which Web API is used for this mobile-touch-stuff, and where in the dudel sources I would find the API usage? I did no mobile JS development at all, so far ;-)

RalfJung avatar Aug 03 '15 11:08 RalfJung

The overview table is rendered in https://github.com/opatut/dudel/blob/master/dudel/templates/poll/_table.jade

IIRC the tooltips are done with bootstrap, and we're using hover to trigger them (see _table.jade:38).

I think there is only so much we can do, see this ticket.

opatut avatar Aug 03 '15 11:08 opatut

Thanks!

I've somehow been assuming that Dudel is using some kind of JS touch API. Well, I'll see what I can do, whenever I find time to look at it ;-) (and I'll work against the pre-Jade version, as my server is running the stable release)

RalfJung avatar Aug 03 '15 11:08 RalfJung

Oh, I have no idea where that code was before I cleaned up the code for Jade :) Good luck :+1:

You can always reply if you have more questions!

opatut avatar Aug 03 '15 11:08 opatut