Closed Bug 868523 Opened 12 years ago Closed 12 years ago

snapped synced tabs entry doesnt hide if sync is not enabled

Categories

(Firefox for Metro Graveyard :: Firefox Start, defect)

x86_64
Windows 8
defect
Not set
normal

Tracking

(Not tracked)

RESOLVED FIXED

People

(Reporter: ally, Assigned: ally)

References

Details

Attachments

(1 file, 1 obsolete file)

It occurs to me that we hide the synced tabs header when sync is not enabled on the full size Awesome screen, but not for the snapped one. We should be consistent.
I think Jim may have noticed and fixed this independently in bug 868545.
Depends on: 868545
OS: Windows 8 → Windows 8 Metro
Jimm's manipulating the sync logic & when it occurs, this is that I wrote a (now) limiting assumption into RemoteTabs (that each view only has one ui path to it). This bug is that the remoteTabs prototype takes only one ui element to show/hide if sync is enabled, and the panel view has two now(one through the menu, one through the snapped awesome screen) and they should be shown/hidden together by setUIAccessVisible(). Right now the panel view only manipulates the former. What this boils down to is that RemoteTabs.prototype._uiAccessElement should be an array, not a single entry. Does that make sense? Is there some other way jimm's patches might fix this?
OS: Windows 8 Metro → Windows 8
discussed in irc, and jimm was kind enough to test on top of his (giant) patch queue and verify the issue is still around. This has led to the decision to file 869617, though not required to finish this patch. Jimm also notes that the title string should be shorted (discussed on irc) 'Remote Tabs' is fine by me.
Comment on attachment 746597 [details] [diff] [review] shorter snapped title, uses array of ui elements not a single one Review of attachment 746597 [details] [diff] [review]: ----------------------------------------------------------------- ::: browser/metro/locales/en-US/chrome/browser.dtd @@ +17,4 @@ > <!ENTITY startBookmarksHeader.label "Bookmarks"> > <!ENTITY startHistoryHeader.label "Recent History"> > <!ENTITY startRemoteTabsHeader.label "Tabs from Other Devices"> > +<!ENTITY snappedRemoteTabsHeader.label "Remote Tabs"> probably be good to add a localization note here explaining this is a shortened version of the string above for snapped view, and that it needs to be ~ two words or less.
Attachment #746597 - Flags: review?(jmathies) → review+
m-i has been closed for bustage. Jimm has graciously agreed to check it in if he can.
Keywords: checkin-needed
Blocks: 849312
Attachment #746597 - Attachment is obsolete: true
Status: NEW → RESOLVED
Closed: 12 years ago
Resolution: --- → FIXED
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: