vitalets / x-editable

In-place editing with Twitter Bootstrap, jQuery UI or pure jQuery
http://vitalets.github.io/x-editable
MIT License
6.51k stars 1.72k forks source link

".editable-container.popover" width auto not work correct in chrome and bs3 #393

Open nicojmb opened 11 years ago

nicojmb commented 11 years ago

In Google Chrome the "width auto" of .editable-container.popover not calculate fine, in firefox work's fime error_widht_x_bs3

vitalets commented 11 years ago

hi, could you make a jsfiddle for clean demonstration? thx

nicojmb commented 11 years ago

hi, try this http://jsfiddle.net/Vvkqn/

vitalets commented 11 years ago

it's the problem with width:100% of bootstrap inputs. Setting it to some value or auto solves it: http://jsfiddle.net/Vvkqn/1/