Tab stacking is NOT here
Monday, February 13, 2012 4:46:50 PM
It's sooooo annoying.
I hate it and wish developers add an option to disable it via opera:config. It is pretty much possible. To check non-tab-stacking goodness you need to replace this data (in regexp format):
It's convenient to download perl or its main module from http://www.mediafire.com/?r4aggm8fbgbtzcm and run patch (commenting off unneeded parts):
I hate it and wish developers add an option to disable it via opera:config. It is pretty much possible. To check non-tab-stacking goodness you need to replace this data (in regexp format): FF 75 08 E8 (.{4}) 8B F8 3B FB 74 (.) 53 57 E8 (.{4}) 85 C0 74to this:FF 75 08 E8 $1 89 DF 3B FB 74 $2 53 57 E8 $3 85 C0 74in some well known dll and see the result. Tested on 12 and late 11 builds.
It's convenient to download perl or its main module from http://www.mediafire.com/?r4aggm8fbgbtzcm and run patch (commenting off unneeded parts):
perl -W -f -- "fix.pl"






PengePenge4 # Monday, February 13, 2012 5:53:06 PM
DitherDitherSky # Monday, February 13, 2012 5:56:33 PM
PengePenge4 # Tuesday, February 14, 2012 10:05:40 PM
T-oastbro-T # Saturday, February 25, 2012 3:38:47 PM
There's one exception though:
The reason I hated tab-stacking was, that tabs would automatically get stacked as soon as they were dragged from one Opera-window to another.
Unfortunately, this happens quite often as I have two Opera-browsers on separate screens. Your patch doesn't change this behaviour, it seems to only disable the stacking for the tab-operations within a single opera-window.
Would you have an idea regarding this particular problem?
DitherDitherSky # Saturday, February 25, 2012 6:24:17 PM
Unregistered user # Thursday, April 12, 2012 5:51:09 AM