googlearchive / js-info-bubble

A library for customizable CSS3 InfoWindows in the Google Maps JavaScript API v3
Apache License 2.0
226 stars 183 forks source link

Issue in tabs height calculation #23

Open codewp opened 8 years ago

codewp commented 8 years ago

There is an issue in tabs height calculation that cause problem in close button position.

I explain this issue by examples.

info1 Close button styles in above image.

info2 One of above infobubble tabs size in chrome.

info1_3 One of above infobubble tabs size in firebug.

info1_4

info3 Close button styles in example two( above image ).

info4 One of above infobubble tabs(example 2) size in firebug.

info2_3

I logged this.tabHeight_ and both had same value 26.

As you can see in example two, close button position is not as same as close button position in example one because tab heights are different in examples.