Edit and delete buttons are hidden (Firefox)

Issue #1092 resolved
Antonio Cambados created an issue

When clicking a log entry, the bubble won't show the "edit" and "delete" icons.

I'm having this issue with Firefox [52.0.2 (64-bit), Ubuntu]. Chrome displays those options just fine.

Just in case I'm attaching a screenshot.

Comments (9)

  1. Andriy Zhdanov

    Hi Antonio,

    Could you please check if there is an error in Browser Developer Console?

    Alternatively, how does it look like in Chrome? I'd like to see work description, that I suspect is causing problem in FF.

    Thank you.

  2. Antonio Cambados reporter

    Hi, thanks for the reply.

    Console logs are virtually identical for Firefox and Chrome.

    Selección_456.png.

    Here's how it looks the popover in Chrome:

    Selección_457.png

  3. Andriy Zhdanov

    Hm, looks like the problem is that popup is not displayed full width in FF. But I can't reproduce it on latest FF. What version of FF are you using? Is it always like this? As you can see in Chrome all controls are displayed nicely in the popup, but in FF all of them are cut off.

    Also, it looks strange that 8h is displayed in red in input, as if entered value is incorrect. Is it expected or is it always like this?

    Note, I've also just deployed small change so that edit and delete icons should be visible if you reload the page.

    Thank you.

  4. Antonio Cambados reporter
    1. I'm using Firefox 52.0.2 under a 64-bit Ubuntu. It's been like this since we bought the plugin about 6 months ago.
    2. The "time spent" input is displayed in orange, which is the default "selected" effect for unstyled inputs in Ubuntu. Default input in Firefox: Default input in Firefox Default input in Chrome: Default input in Chrome

    3. Here's how it looks now with your deployed changes. This is Firefox: Selección_462.png This is Chrome: Selección_461.png

  5. Antonio Cambados reporter

    Thanks for the quick update BTW, now it's much more usable even though some options are still a bit cut off.

  6. Antonio Cambados reporter

    Just in case this helps you going deeper into the problem with the popover layout: Captura de pantalla de 2017-04-26 12-38-46.png

  7. Andriy Zhdanov

    Thank you for the information!

    Regarding cut-off I can see that in popup width 297px is less than inner div width 300px, and will check underlying code for this.

  8. Andriy Zhdanov

    Hm, not sure where I've seen 297px. Have looked through underlying code, and have noticed that width is not set for the popup container. Thus it's strange why popup is not fully displayed, but I can't seem do anything else.

  9. Log in to comment