abaevbog
abaevbog
> Short comments are still not fully displayed: Hold on, I may have misunderstood the desired behavior here... I was under the impression that we should construct the annotation name...
> The horizontal margins are fixed, but the vertical margins are still weird. How about now? `align-items: center` on the `.custom-head` seems to do it without hard-coding specific margins. I...
@yexingsha I refactored how we put together the row for the table, so now the title and comment are essentially not much different from other columns of the table in...
@mrtcode thank you for the explanation! Per your advice, I did `this.viewPDF(item.parentItemID, { annotationID: item.key });` and it works great.
Yeah, let's try that!
> And yeah let's try using italics for non-CJK characters. There are definitely other scripts that should not use italics, but a cursory search didn't turn up a convenient list...
Right, the main question is what would this look like? We could just add another switch button to the right. My concern with this is that 4 buttons looks a...
Gotcha! So we'll try to add it just as a 4th button for now and maybe rework it later if needed. There is another tweak to itemBox I started looking...
Oh, gotcha. Apologies. I thought the "ignore" bit referred to the issue of what 4 buttons would look like. We can wait up on it then, the good thing is...
In an attempt to troubleshoot the issue with JAWS not properly announcing our inputs, I tested with [this empty zoteroPane.xhtml file](https://gist.github.com/abaevbog/b3e7726bb73843dfb54b47405c3e9336) containing only an `html:input` and an `iframe` with an...