abaevbog

Results 264 comments of abaevbog

I circled back here to rebase post-fx140 and finish up the remaining edits and style fixes. I also refactored the `simpleEditor` more to be more aligned with how it is...

I can reproduce it on windows only - neither macOS nor linux have the same behavior. It seems to boil down to the `click` event firing on buttons even on...

And another observation: this seems to only happen to `toolbarbutton`s that are part of a component that has a `contextmenu` listener ... Right-click on the `-` button of tags triggers...

> maybe we could just replace the click listeners with command listeners? This would certainly work! My concern though is that every time a new `toolbarbutton` listener is added, one...

The `itemTree` and `collectionTree` are a bit trickier. Thunderbird does do this thing where it adds an an outline around right-clicked row without changing the selection. I think it's quite...

For now, I hard-coded the "Add note" button to open in "Add annotation" mode, for testing. @yexingsha, how does this look to you? As discussed before in https://github.com/zotero/zotero/issues/5314#issuecomment-2978984429, we may...

Gotcha, I added the `Integration.Interface.addAnnotation` function and `googleDocsAddAannotationEnabled` to be returned from the `/ping` call. So now, there is no direct way to get into the add annotations dialog but...

> I can't get the "Add note" button to work as intended, so the following UI stuff is just from the screenshots @yexingsha yeah, sorry about that weird setup. I...

> I'm a little wary of this, because it seems very easy in list mode to click on a parent item trying to collapse it, only to add all its...

> I guess we don't need to make top-level items or attachments selectable if we're concerned about accidental adds. You can always just select all the annotations under an item....