the splitter for the tab bar should ignore right and middle drag ( https://github.com/piroor/treestyletab/issues/87 )

This commit is contained in:
Piro / SHIMODA Hiroshi 2011-04-27 01:09:30 +09:00
parent f3b0b51ed2
commit 17b14e88fd

View File

@ -1084,6 +1084,9 @@ var TreeStyleTabService = {
onTabbarResizeStart : function TSTService_onTabbarResizeStart(aEvent)
{
if (aEvent.button != 0)
return;
if (!this.isEventFiredOnGrippy(aEvent))
aEvent.stopPropagation();