Code review comment for lp:~tpeeters/ubuntu-ui-toolkit/ap-toolbar-open

Revision history for this message
Tim Peeters (tpeeters) wrote :

> Yes, it will always hide after 5 seconds.
>
> For most apps this is not a problem, because clicking a button takes virtually
> no time. But I realize that for the browser, the user may be entering a URL in
> the address bar for >5s. So for that case, I would have to detect when the
> user starts and stops interacting with items inside the toolbar, and stop the
> timer during interaction (and reset afterwards).

This is no problem for the browser, because it uses its own custom toolbar.
However, if applications use the toolbar as in the browser, this can cause problems.

I reported this bug to fix it: https://bugs.launchpad.net/ubuntu-ui-toolkit/+bug/1249031

« Back to merge proposal