parser status indication

This commit is contained in:
zadam
2020-06-18 23:53:57 +02:00
parent f700e6e12b
commit 7b0aa7ab0b
5 changed files with 47 additions and 25 deletions

View File

@@ -98,7 +98,7 @@ export default class PromotedAttributesWidget extends TabAwareWidget {
const $tr = $("<tr>");
const $labelCell = $("<th>").append(valueAttr.name);
const $input = $("<input>")
.prop("tabindex", definitionAttr.position)
.prop("tabindex", 200 + definitionAttr.position)
.prop("attribute-id", valueAttr.noteId === this.noteId ? valueAttr.attributeId : '') // if not owned, we'll force creation of a new attribute instead of updating the inherited one
.prop("attribute-type", valueAttr.type)
.prop("attribute-name", valueAttr.name)