Blog Posts

Sunday, June 13, 2021

SimpleTabOrder 0.5.16

Probably the final update concerning the V91 bug.
Implemented the timeout workaround in the bug report.

Now the tab move inconsistency is fixed too.

Luckily its a quick fix.
Bug is fixed for V92, so all other affected extensions should work again when it go stable next month.

Friday, June 11, 2021

SimpleTabOrder 0.5.15

Another bug fix release.

Went deeper into the open at further right inconsistency problem of Kyle Collins.
Not really sure is it V91 or my miss as I can't remember if it was working ok before.

First I notice the inconsistency only when the tab close option is set to default.
Found that in the code if tab close is set to default will result in saving a value as 'undefined'.
Wrapped that code in a checking if block to not do that block for tab close default.
Seems to be working right now. 

Tab Groups I'm not so sure about this.

Moving tabs, this one I'm looking into next.

Thursday, May 27, 2021

SimpleTabOrder 0.5.14

A bug fix release.

Somehow the current active tab isn't captured after updating to Chrome 91.
chrome.tabs.query isn't working with mouse click on tab but is ok with ctrl+tab.
Registers mouse click on tab as dragging and refuse to work as before Chrome 91.

Anyway changed it to not query and directly get the tab from the event.
Wonder why I didn't do so before?

Seems to be working again.

---

Also on Opera side it seems like my past 3 submissions for SimpleExtManager were not moderated, strange.
Left a message, see how it goes.

Sunday, November 15, 2020

SimpleExtManager 1.4.11

A small update.

Added a short line of code that enables the group list in the web page right-click menu to also show in the extension icon right-click menu.