diff --git a/bi/base.js b/bi/base.js
index f3bc308c3..f93fa5363 100644
--- a/bi/base.js
+++ b/bi/base.js
@@ -20075,7 +20075,7 @@ BI.Bubble = BI.inherit(BI.Tip, {
 
     _right: function(){
         return BI.createWidget({
-            type: "bi.inline",
+            type: "bi.left",
             items: [{
                 el: {
                     type: "bi.layout",
diff --git a/docs/base.js b/docs/base.js
index f3bc308c3..f93fa5363 100644
--- a/docs/base.js
+++ b/docs/base.js
@@ -20075,7 +20075,7 @@ BI.Bubble = BI.inherit(BI.Tip, {
 
     _right: function(){
         return BI.createWidget({
-            type: "bi.inline",
+            type: "bi.left",
             items: [{
                 el: {
                     type: "bi.layout",
diff --git a/src/base/single/tip/tip.bubble.js b/src/base/single/tip/tip.bubble.js
index 715d60231..425578a00 100644
--- a/src/base/single/tip/tip.bubble.js
+++ b/src/base/single/tip/tip.bubble.js
@@ -86,7 +86,7 @@ BI.Bubble = BI.inherit(BI.Tip, {
 
     _right: function(){
         return BI.createWidget({
-            type: "bi.inline",
+            type: "bi.left",
             items: [{
                 el: {
                     type: "bi.layout",