josh- / CloudyTabs

CloudyTabs is a simple menu bar application that lists your iCloud Tabs.
http://joshparnham.com/projects/cloudytabs/
789 stars 52 forks source link

Open All Tabs From [device] only opens the first 4 tabs from that device #23

Closed bryson closed 3 years ago

bryson commented 9 years ago

It does open tabs, but not all tabs. Always the first four tabs in Safari on whichever device I choose.

iOS 8.1, Yosemite.

jrhorn424 commented 9 years ago

Same issue here.

jjarava commented 9 years ago

In my case, I only get a few (6-7) tabs of a single device, and no mention of the rest of the devices...

treerao commented 9 years ago

Same, Yosemite/Chrome

the-mancunian commented 9 years ago

Same, Yosemite 10.10.1, Firefox 34.0, iOS 8.1.2, only the first 4 tabs. It used to work. Please fix it as I use it a lot! I'd be happy to pay/ donate a few $$ for this. Thanks.

josh- commented 9 years ago

Thanks guys – I can also reproduce this bug. It appears that it's a regression in the way that Yosemite opens URLs with NSWorkspace's openURLs: withAppBundleIdentifier: options: additionalEventParamDescriptor: launchIdentifiers: method. I've filed a bug with Apple and have created a hacky workaround that I'll push soon.