pvdspek / jquery.autoellipsis

Auto-ellipsis plugin for jQuery
http://pvdspek.github.com/jquery.autoellipsis
MIT License
142 stars 32 forks source link

Problem with paddings #6

Closed mynthon closed 12 years ago

mynthon commented 13 years ago

When element has paddings .ellipse() method wrongly calculates its size. I thing .ellipse() should use .width()/.height() istead of .innerWidth()/.innerHeight()