Details
-
Type: Task
-
Status: Closed
-
Priority: Major
-
Resolution: Fixed
-
Affects Version/s: 4.2
-
Fix Version/s: EE-4.2.0.GA
-
Component/s: Sample Apps
-
Labels:None
-
Environment:ace showcase samples
-
Assignee Priority:P2
Description
IF 4 showcase example has the following references to old or no longer supported references:-
showcase.xhtml :- old namespace of 'showcase' for composite components which do not exist.
main-template.xhtml:- has reference to an aria-live property that is no longer in the specs.
aria-live=“rude” is not part of the specs anymore (it was really too rude) and we are left with “off”, “polite” and “assertive”. see:-
http://cssgallery.info/tag/aria-liverude/
showcase_styles.css:-reference to css class .auctionMonitorContainer (?)
all css:- references to icexxxx css (relevant to old ice components). If any of these css classes are used, they should be renamed (?).
demo_template.css has reference to .yui-log classes (are those being used?).
showcase.xhtml :- old namespace of 'showcase' for composite components which do not exist.
main-template.xhtml:- has reference to an aria-live property that is no longer in the specs.
aria-live=“rude” is not part of the specs anymore (it was really too rude) and we are left with “off”, “polite” and “assertive”. see:-
http://cssgallery.info/tag/aria-liverude/
showcase_styles.css:-reference to css class .auctionMonitorContainer (?)
all css:- references to icexxxx css (relevant to old ice components). If any of these css classes are used, they should be renamed (?).
demo_template.css has reference to .yui-log classes (are those being used?).
Activity
Judy Guglielmin
created issue -
Judy Guglielmin
made changes -
Field | Original Value | New Value |
---|---|---|
Fix Version/s | 4.2 [ 12870 ] |
Judy Guglielmin
made changes -
Assignee | Judy Guglielmin [ judy.guglielmin ] |
Ken Fyten
made changes -
Fix Version/s | 4.2 [ 12870 ] |
Ken Fyten
made changes -
Fix Version/s | EE-4.2.0.GA [ 13071 ] | |
Assignee Priority | P2 [ 10011 ] |
Repository | Revision | Date | User | Message |
ICEsoft Public SVN Repository | #51654 | Thu Jun 15 16:53:09 MDT 2017 | judy.guglielmin | |
Files Changed | ||||
DEL
/icefaces4/trunk/icefaces/samples/showcase/showcase/src/main/webapp/resources/examples/ace/logger
|
Repository | Revision | Date | User | Message |
ICEsoft Public SVN Repository | #51655 | Thu Jun 15 16:55:29 MDT 2017 | judy.guglielmin | |
Files Changed | ||||
MODIFY
/icefaces4/trunk/icefaces/samples/showcase/showcase/src/main/webapp/resources/ice.samples.showcase/override_styles.css
MODIFY /icefaces4/trunk/icefaces/samples/showcase/showcase/src/main/webapp/resources/ice.samples.showcase/showcase_styles.css MODIFY /icefaces4/trunk/icefaces/samples/showcase/showcase/src/main/webapp/resources/ice.samples.showcase/demo_template.css MODIFY /icefaces4/trunk/icefaces/samples/showcase/showcase/src/main/webapp/showcase.xhtml |
Judy Guglielmin
made changes -
Assignee | Judy Guglielmin [ judy.guglielmin ] | Arturo Zambrano [ artzambrano ] |
Arturo Zambrano
made changes -
Assignee | Arturo Zambrano [ artzambrano ] | Judy Guglielmin [ judy.guglielmin ] |
Judy Guglielmin
made changes -
Status | Open [ 1 ] | Resolved [ 5 ] |
Resolution | Fixed [ 1 ] |
Repository | Revision | Date | User | Message |
ICEsoft Public SVN Repository | #51696 | Wed Jun 28 15:50:56 MDT 2017 | judy.guglielmin | |
Files Changed | ||||
MODIFY
/icefaces4/trunk/icefaces/samples/showcase/showcase/src/main/webapp/resources/ice.samples.showcase/override_styles.css
MODIFY /icefaces4/trunk/icefaces/samples/showcase/showcase/src/main/webapp/resources/ice.samples.showcase/showcase_styles.css MODIFY /icefaces4/trunk/icefaces/samples/showcase/showcase/src/main/webapp/resources/templates/main-template.xhtml |
Ken Fyten
made changes -
Security | Private [ 10001 ] |
Ken Fyten
made changes -
Status | Resolved [ 5 ] | Closed [ 6 ] |
Let's change our aria-live value to "assertive" from "rude". The way this works is that it won't affect anyone who's not using a supported browser, and also isn't using an Aria supporting tool/ text-to-speech utility.