You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This bug has existed for over a year and finally annoyed me enough to report.
Repro scenario:
Open video full screen in Safari.
Tap Download button in upper left corner ⭕️⬇️
Choose a folder that will pop up the file naming dialog.
Long press filename text to trigger iOS magnifying lens cursor-moving feature, drag left to beginning of filename. I usually want to name a file something like “(Default) 1a Apple Banana Coconut.mp4”, so I’m trying to insert the “1a” after the first default word.
Notice that VERY OFTEN, the mere moving of the text cursor, somehow incorrectly results in firing a “Cancel button tap” which never happens in any other app, because the Text-select-cursor-magnifying feature is always “on top” and thus, it should never simultaneously trigger taps on elements beneath it.
In other words, if you drag your text cursor selection to the left and release it over the Cancel button (or seemingly, even anywhere near it..), this triggers the Cancel and you lose the entire filename you just carefully typed out.
PROPOSED SOLUTIONS:
A. Fix Cancel button so it does not fire when it’s not truly on Top of UI Z-order (as during a long press text field cursor drag-movement.)
B. Move Cancel button further away from text field, perhaps inserting some vertical height via extra horizontal separator lines between textfield and buttons beneath.
C. Add customizable auto-filenaming feature. Because I often download multiple videos from the same site and the default suggestion is worthless because it will always fail due to existing file. It would be so helpful to auto increment subsequent filenames like “1...2...3...4 etc”. I almost NEVER have a scenario where I would want the operation to be canceled due to an existing video with the default filename!
Devices:
iPad Pro 9.7”
iOS 12.4
Uncover 6.1.2
Latest Safari Plus
iPhone 6S
iOS 13.3
Uncover 6.1.2
Latest Safari plus
The text was updated successfully, but these errors were encountered:
If this issue is just that it is possible to both move the text cursor and press a button in the alert at the same time, then it's not really fixable cause that's just how iOS behaves (and it's also not really feasable to modify the stock alert view).
Auto-filenaming is something I may look into in the future.
Hmm that's tricky.. I have never experienced this issue in any other app and your dialog is pretty standard, so it seems very likely to me there's something unusual going on here.. Or else I would be routinely accidentally cancelling file naming in other apps.
I'm not so sure this is just how iOS behaves. Try dragging the text cursor and releasing over buttons in other apps. I can't get it to trigger anywhere except this SafariPlus download field. I just tried it on this iOS GitHub app as I'm typing this (I released over Bold and it did not trigger the Bold button).
Great to hear about the auto generated filenames.
I can't live without this tweak and can't thank you enough for writing it. I'm an r/DataHoarder (new term I just discovered).
I'm pretty sure I use other tweaks of yours, I will look for a donate to send you a PayPal 🤗
This bug has existed for over a year and finally annoyed me enough to report.
Repro scenario:
In other words, if you drag your text cursor selection to the left and release it over the Cancel button (or seemingly, even anywhere near it..), this triggers the Cancel and you lose the entire filename you just carefully typed out.
PROPOSED SOLUTIONS:
A. Fix Cancel button so it does not fire when it’s not truly on Top of UI Z-order (as during a long press text field cursor drag-movement.)
B. Move Cancel button further away from text field, perhaps inserting some vertical height via extra horizontal separator lines between textfield and buttons beneath.
C. Add customizable auto-filenaming feature. Because I often download multiple videos from the same site and the default suggestion is worthless because it will always fail due to existing file. It would be so helpful to auto increment subsequent filenames like “1...2...3...4 etc”. I almost NEVER have a scenario where I would want the operation to be canceled due to an existing video with the default filename!
Devices:
iPad Pro 9.7”
iOS 12.4
Uncover 6.1.2
Latest Safari Plus
iPhone 6S
iOS 13.3
Uncover 6.1.2
Latest Safari plus
The text was updated successfully, but these errors were encountered: