Opened 8 years ago
Closed 8 years ago
#16712 closed defect (invalid)
dojoxDock class flagged as violation in Dynamic Assessment Plugin
Reported by: | myu1 | Owned by: | myu1 |
---|---|---|---|
Priority: | undecided | Milestone: | tbd |
Component: | Dojox | Version: | 1.6.1 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description
For dojoxDock class, the docking items are dynamically added. The Dynamic Assessment Plugin flags the violation "List elements missing, or improperly structured. Do not use list elements for formatting". It should not be a violation, may be a potential violation.
Change History (4)
comment:1 Changed 8 years ago by
comment:2 Changed 8 years ago by
Owner: | changed from Adam Peller to myu1 |
---|---|
Status: | new → pending |
Please explain what the "Dynamic Assessment Plugin" is. Given that the dock widget is an alternative view for a list, I'm not sure I agree with the ticket.
comment:3 Changed 8 years ago by
It's just some accessibility testing tool, see http://publib.boulder.ibm.com/infocenter/asehelp/v8r0m0/index.jsp?topic=%2Fcom.ibm.ase.help.doc%2Ftopics%2Ft_scan_single_page.html. But all the other tickets from myu1 (also about accessibility) were closed because they were too vague and he didn't respond to questions.
comment:4 Changed 8 years ago by
Resolution: | → invalid |
---|---|
Status: | pending → closed |
Because we get so many tickets, we often need to return them to the initial reporter for more information. If that person does not reply within 14 days, the ticket will automatically be closed, and that has happened in this case. If you still are interested in pursuing this issue, feel free to add a comment with the requested information and we will be happy to reopen the ticket if it is still valid. Thanks!
The violation is pointing to: <ul class="dojoxDockList" dojoattachpoint="containerNode"></ul>
More of the html: <div class="dijitLayoutContainer dijitContainer dijitTableLayout dijitBorderContainerNoGutter-child dijitBorderContainerNoGutter-dijitLayoutContainer dijitBorderContainerNoGutterPane dijitAlignBottom" id="dojox_layout_TableContainer_0" style="border: medium none; width: 100%; left: 0px; top: 762px; position: absolute;" widgetid="dojox_layout_TableContainer_0" aria-live="polite"><table width="100%" cellspacing="0" class="tableContainer-table tableContainer-table-horiz status-table status-table-horiz"><tbody><tr><td class="tableContainer-valueCell status-valueCell status-valueCell-0"><div class="dijitContentPane" title="" role="group" id="status" widgetid="status"> </div></td></tr><tr><td class="tableContainer-valueCell status-valueCell status-valueCell-1" style="height: 0px;"><div class="dojoxDock" id="fnDock" widgetid="fnDock" style="bottom: 0px;"><ul class="dojoxDockList" dojoattachpoint="containerNode"></ul></div></td></tr></tbody></table></div>