Comment 5 for bug 1341814

Revision history for this message
Nekhelesh Ramananthan (nik90) wrote :

This afternoon, I was switching Flashback to using search on headers and now I face this issue as well. The search textfield lingers from the "search" state even when switching to another tab or pushing a page into a pagestack. Although here is the kicker, in the search mode, we use contents: TextField{}, and I have used head.contents throughout the app to set the title of a page and I don't see the issue of the page title leaking into other pages.

So I suspect the core issue lies with PageHeadState{}. Somehow switching between "Search" to "Default" PageHeadState isn't done properly or something.

Flashback like Music app is made up of several tabs and pages and this issue was easy to hit. I don't see this issue in the clock app or addressbook because they have a very simple navigation structure.