Posts

Post not yet marked as solved
0 Replies
498 Views
My website at whitefiles.org contains numerous tables styled with css as 'nowrap', but with wbr tags included on the page to ensure wrapping on small devices (although some tables are yet to be done this. way). It all worked fine in Safari 14.0, but often fails in 14.1, although it looks fine in Google Chrome. The problem also exists in Safari in iOS 14.5, the tables still adjusting their width correctly, but the text continuing out to the right. Oddly enough, if I put span tags around the td content it fixes the problem, also other tags in 'code' text. I assume this is something that Apple will fix in the next version of Safari. I've reported it to Apple, but feel free to comment. R
Posted
by raytw.
Last updated
.
Post not yet marked as solved
4 Replies
2.2k Views
In Mojave I used this simple script to add photos to albums, based on keywords of the same name:tell application "Photos" activate set albumNameList to name of albums -- lists all album names set theSel to selection set keywordsList to {} repeat with thePic in theSel -- loops through selected pictures set keywordsList to keywords of thePic -- list of keywords in selected picture set theCount to 1 repeat with theAlbumName in albumNameList -- determines matching keyword and album, then adds if theAlbumName is in keywordsList then set theAlbum to item theCount in albumNameList try add thePic as list to album theAlbum -- note that pictures must be added as list end try end if set theCount to theCount + 1 end repeat end repeatend tellbut in Catalina I'm having problems getting around media item ids. Does anyone have any ideas about this?Many thanks!
Posted
by raytw.
Last updated
.