dudel
dudel copied to clipboard
Tooltips do not open in mobile Firefox (Fennec)
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.
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 ;)
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 ;-)
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.
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)
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!