Earlier quoted context omitted.
I don't understand your comment. I was responding to the parent stating: "Apple's been taking a number of steps over the last few months to show that they take Safari/WebKit development seriously." I'm annoyed because there are Safari-specific issues that as a Windows user I cannot debug, thus my comment that I cannot take Safari seriously. Like it or not, Windows is the dominant desktop platform.
I think what the parent is getting at, is that you've got the same problem regarding IE on Mac. There are IE specific issues that I as a OS X developer cannot debug.
Introducing Safari Technology Preview
91–100 of 176 posts
Re: Introducing Safari Technology Preview
#92Earlier quoted context omitted.
That's why they only get the ability to programmatically trigger cut and copy, not paste.
I guess there's room for an attack of irritation where a user with something meaningful on their clipboard unwittingly triggers having it overwritten by some nonsense. (Most clipboards effectively being a single mutable item without history or stack/queue behaviour).
Most websites irritate their users, actually.
Re: Introducing Safari Technology Preview
#93Earlier quoted context omitted.
I'll take them seriously when they release something that runs on Windows.
They did release Safari for Windows. Nobody used it, and I guess they figured the cost of upkeep wasn't worth it.
Re: Introducing Safari Technology Preview
#94Earlier quoted context omitted.
I wouldn't ever enable clipboard integration -- a malicious site could use it to collect data by using the paste command with execCommand -- they'd grab whatever was on my clipboard, which could include my banking password from my password manager app that I was just getting ready to use.
That's why they only get the ability to programmatically trigger cut and copy, not paste.
https://developer.mozilla.org/en-US/docs/Web/API/Document/ex...
Re: Introducing Safari Technology Preview
#95Re: Introducing Safari Technology Preview
#96Re: Introducing Safari Technology Preview
#97Programmatic cut and copy to the clipboard It’s now possible to programmatically copy and cut text in response to a user gesture with document.execCommand('copy') and document.execCommand('cut'). Having this ability may eliminate some websites’ last need for the Flash plug-in. --- :'( - So much pain erased in a single stroke!
I do wonder why they didn't go with an API that other browsers are already supporting, though: https://developer.mozilla.org/en-US/docs/Web/API/ClipboardEv...
Clipboard events are already supported by safari (which the page you've linked to notes) and they've got nothing to do with execCommand, they are about hooking and reacting to user-triggered clipboard operations e.g. the user pastes (via contextual menu or shortcut), the software can know about it and alter the content before it's pasted.
execCommand is about programmatically triggering clipboard events e.g. the user clicks a button in the page and the application translates that to a copy or paste event.
Re: Introducing Safari Technology Preview
#98While I'd love to use this app, there's no way to transfer your current Safari config — including extensions and the last browser session — to the Tech Preview. Copying the files doesn't work.
Re: Introducing Safari Technology Preview
#99Re: Introducing Safari Technology Preview
#100While I'd love to use this app, there's no way to transfer your current Safari config — including extensions and the last browser session — to the Tech Preview. Copying the files doesn't work.
most of my settings came over through iCloud - I don't think last browser session or extensions are very important for them to support pulling across.