Every time I load the Timesheet report, I see a banner with
New! Time Tracker Assistant is now available in Rovo. Ask it to analyze your work, get suggestions, and log time. Learn more
On Chrome, if you dismiss it, it seems to disappear forever.
However, on Firefox, it comes back every time. In the console it logs
Error saving banner dismiss state: DOMException: The operation is insecure.
dismissBanner https://1mvktj5-2lt9u5lj6r-2l6e1vssg4--1oawyiv-1qaj4xesnc-1yoas9oxk9.cdn.prod.atlassian-dev.net/d95630c7-9fd4-495d-8988-b55637f4f8e9/1e298677-4dfa-4966-9486-544a5b279ca7/a58a07a7-2453-46a4-afbe-853d2b3cf304/main/_ctx_H4sIAAAAAAACA52QT0vDQBDFv8seJdki3nKLm4jBEsTEg4iUMdkmi_uPzIRSS7-7m7QG0YPQ28ybmcdv3oHJbpCILHk9MGjbqZZTx3oij8lqBV5x75AMDB_gPW-cYdEy9eO7Vk28AzQcb_iIsQSk-JqDgU9nYYfzwVvEGiDZuWHPEjtqHTFlq8Z5mT9n3wrtvWQJu8trcb-5TcVDXmabqshydox-wV0Ff68Vja08AwUlgKLsjLTElZulprWL9AeDpWW6fqkLUYXdnzRb0CgXnEo8FY919T_DJeanX8W6yMv6_Gqw6UPcFsy0AEOPcTe40XMgDYgKLLeSZlck0BpIOSuc3aruFOTxC5nRq5rUAQAA/all.js?10d1fc7599:34302
all.js:34304:19
This is on the line with
window.localStorage.setItem(bannerStorageKey, JSON.stringify(dismissData))
I wanted to report this as a bug but it seems I can’t create tickets in the ROVO Jira.
@Didier Loiseau welcome to the community. The console error is useful evidence: the banner is trying to persist its dismissed state in localStorage, and Firefox is rejecting that write. Since Chrome persists it correctly, this looks like a browser/storage compatibility issue in the Timesheet app rather than a Rovo setting. I’d report it to the Timesheet app vendor with the Firefox version, console error and reproduction steps. If this is an Atlassian-built app, raise it through Atlassian Support rather than trying to create a ROVO Jira ticket directly.
Indeed I got confused by the content of the message, but you are right that it appears to be a distinct app (Tempo Timesheet, and the link points to Time Tracker Rovo Agent).
I’ll report it there then, thanks.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I can reproduce similar behaviour in Firefox where UI preferences sometimes do not persist even though they work correctly in Chrome. Since the console is showing a localStorage error it does sound like the dismiss state is failing to save rather than the banner itself. It would be useful to know if anyone else can reproduce this on the latest Firefox version as that could help confirm whether it is a browser specific issue or something that needs to be fixed on the Atlassian side.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.