Drupal Update broke link options #118
Labels
No labels
A11y
Automated Testing
Contributable
Contributed
Decision
Design
Development
Drutopia
IndieWeb
Infrastructure
Launch Critical
Marketing
Needs documentation
Post-Launch
status
Abandoned
status
Blocked
status
Deploy
status
Doing
status
Done
status
In Review
status
Needs Clarification
status
Test
status
To Do
type
Bug
type
Task
type
User Story
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: geo/geo-coop#118
Loading…
Add table
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
I noticed that the Drupal update that just happened removed the "open in a new window" option for hyperlinks. We need to have this option back.
assigned to @mlncn
Hmm
I do not see anywhere where this was taken away in Drupal but i do want to note why they have not added the ability to open in a new window to core— it should be used very sparingly in content:
Most people do use the back button and taking that away can make it less likely to get back to your site:
https://www.nngroup.com/articles/new-browser-windows-and-tabs/
mentioned in commit
912a1da6a6
mentioned in commit
092dbb708e
mentioned in commit
1e8a28cf3a
We've had this conversation before, and as I said the last time, the Collective wants it this way. Implementing this was literally the first thing I was asked to do when I started. And, for the record, about half the sites I regularly read send external links to a new tab. A lot of us prefer it that way. Regardless, the removal of this feature from the CMS makes it so that if someone needs to take over for me, I now have to teach them some basic html, which means our site management is now less accessible. And I don't find the WCAG reasoning very convincing: "New windows take the focus away from what the user is reading or doing." Having the article I'm reading suddenly disappear all together does the same thing. Regardless of our obviously differing opinions on this issue, not having this basic functionality makes my job harder and makes it harder to train others to do my job.
@joshua_davis the ability was added back (via a different module, Editor Advanced Link, that better supports changes in Drupal and LinkIt) in commit
1e8a28cf
and that is now deployed.Every author has access to the 'Full HTML' input format so they have the ability to specify opening it a new window— and a lot of other things, so it is a little buried.
For a better editor experience and better security we should revisit what HTML tags and attributes editors need, and move away from Full HTML.
assigned to @joshua_davis
Thanks for taking care of this.