mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-22 19:41:29 +00:00
lib: Upgrade Dojo and Dijit from 1.8.3 to 1.12.1
The itemNode and expandoNode elements have changed from img to span (https://bugs.dojotoolkit.org/ticket/16699), so we now put our tree icons inside them rather than replacing them. Signed-off-by: Anders Kaseorg <andersk@mit.edu>
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
<table class="dijit dijitReset dijitInline dijitLeft"
|
||||
cellspacing='0' cellpadding='0' role="presentation"
|
||||
><tbody role="presentation"><tr role="presentation"
|
||||
><td class="dijitReset dijitStretch dijitButtonNode" data-dojo-attach-point="buttonNode" data-dojo-attach-event="ondijitclick:_onClick,onkeypress:_onButtonKeyPress"
|
||||
><td class="dijitReset dijitStretch dijitButtonNode" data-dojo-attach-point="buttonNode" data-dojo-attach-event="ondijitclick:__onClick,onkeydown:_onButtonKeyDown"
|
||||
><div id="${id}_button" class="dijitReset dijitButtonContents"
|
||||
data-dojo-attach-point="titleNode"
|
||||
role="button" aria-labelledby="${id}_label"
|
||||
@@ -11,13 +11,14 @@
|
||||
></td
|
||||
><td id="${id}_arrow" class='dijitReset dijitRight dijitButtonNode dijitArrowButton'
|
||||
data-dojo-attach-point="_popupStateNode,focusNode,_buttonNode"
|
||||
data-dojo-attach-event="onkeypress:_onArrowKeyPress"
|
||||
data-dojo-attach-event="onkeydown:_onArrowKeyDown"
|
||||
title="${optionsTitle}"
|
||||
role="button" aria-haspopup="true"
|
||||
><div class="dijitReset dijitArrowButtonInner" role="presentation"></div
|
||||
><div class="dijitReset dijitArrowButtonChar" role="presentation">▼</div
|
||||
></td
|
||||
><td style="display:none !important;"
|
||||
><input ${!nameAttrSetting} type="${type}" value="${value}" data-dojo-attach-point="valueNode" role="presentation"
|
||||
><input ${!nameAttrSetting} type="${type}" value="${value}" data-dojo-attach-point="valueNode"
|
||||
class="dijitOffScreen" aria-hidden="true" data-dojo-attach-event="onclick:_onClick"
|
||||
/></td></tr></tbody
|
||||
></table>
|
||||
|
||||
Reference in New Issue
Block a user