User tests: Successful: Unsuccessful:
Since Email to a friend and Print article have been taken off from J4, we do not need the anymore the Cog and dropdown to choose among actions. We now need only the Edit Article when authorised to do so.
Use of role="tooltip"]
instead of bootstrap tips.
Cassiopea [role="tooltip"]
is modified for the look. Placement of tip specific to the article edit id.
Should also be OK for a11y. TO CHECK please as I'm not a specialist.
3 situations:
In each case, hover the icon to see the tip.
patch, run NPM
If this is OK, will do for Contact
Status | New | ⇒ | Pending |
Category | ⇒ | Administration com_content Language & Strings Layout Front End Templates (site) NPM Change |
Labels |
Added:
?
NPM Resource Changed
?
?
|
The accessibility changes you made are completely wrong
The accessibility changes you made are completely wrong
never add role=button to a link
incorrect usage of aria-live (and not needed)
It was useless to set unsuccessful as I noted in the description TO CHECK please as I'm not a specialist.
Thank you for your comment. Getting rid of these 2 aspects. Is there anything else?
Labels |
Added:
?
Removed: ? |
Also because the link is called edit and the tooltip begins with edit it is announced by a screenreader as
Edit Edit ....
NPM ci is necessary.
Class is not missing, role tooltip is a class de facto
// set up hidden tooltip
[role="tooltip"]:not(.show) {
z-index: $zindex-tooltip;
display: none;
max-width: 100%;
padding: .5em;
margin: .5em;
color: $black;
background: $white-offset;
border: 1px solid $gray-600;
border-radius: $border-radius;
box-shadow: 0 0 .5rem rgba(0,0,0,.8);
&[id^=editarticle-] {
margin-inline-start: -10em;
}
[dir=ltr] & {
text-align: left;
}
[dir=rtl] & {
text-align: right;
}
}
but it looks like I can't apply anymore this .diff in eclipse for the 3 layouts files
Checking that aspect now here.
Can you explain
Also because the link is called edit and the tooltip begins with edit it is announced by a screenreader as
Not sure what you mean by the link is called edit
. Can you explain? And what it should be?
The git apply issue solved itself here.. :)
Also because the link is called edit and the tooltip begins with edit it is announced by a screenreader as Edit Edit ....
Got it now. I don't think it is a big deal.
That would be a decision by the accessibility team
Stefan made suggestions. Will modify stuff shortly.
Labels |
Added:
?
Removed: ? |
I have tested this item
I see the simplified tip in all three situations
Don't know why but the role=tooltip css is present in my unminified css file but NOR in the minified one
@brianteeman did you use the patchtester? I have the same effect, but think that this not related to the PR. The PR looks great I will test as soon as required the changes are comitted.
found the problem - its not related to patchtester - creating a seperate issue for it
I have tested this item
Marking as successful as the minification issue is unrelated to the actual pr
Labels |
Added:
?
Removed: ? |
Status | Pending | ⇒ | Ready to Commit |
RTC as last changes were small cs corrections.
Status | Ready to Commit | ⇒ | Fixed in Code Base |
Closed_Date | 0000-00-00 00:00:00 | ⇒ | 2020-09-09 07:53:25 |
Closed_By | ⇒ | laoneo | |
Labels |
Added:
?
Removed: ? |
Will now make similar changes for the Edit Contact.
I have tested this item? unsuccessfully on 741f9ca
This comment was created with the J!Tracker Application at issues.joomla.org/tracker/joomla-cms/30588.