dev-ext / twitterjs

Automatically exported from code.google.com/p/twitterjs
MIT License
0 stars 0 forks source link

IE7/IE8 Feed overflows containing div. #6

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?

Added code for twitter feed and container .. 

<div class="twitterContainer">
  <div class="twitter">
    <div class="tweets">
      <p>Please wait while our tweet loads</p>
    </div>
  </div>
</div>

What is the expected output? What do you see instead?

In Firefox 2/3, Safari, Chrome and Opera (latest) output is fine, but in
IE7/IE8 the tweets overflow the bottom of the div (it looks as if the
height of the container doesn't increase to contain the tweets).

What version of the product are you using? On what operating system?
v1.12
Windows Vista
IE8 (and compatibility mode for IE7 - but tested on IE7 also).

Please provide any additional information below.

Original issue reported on code.google.com by petesk...@gmail.com on 27 May 2009 at 9:36

GoogleCodeExporter commented 9 years ago
If anyone else is not having this problem I apologise, I suspect it might be 
due to
another js file adding absolute positioning on in IE!

Original comment by petesk...@gmail.com on 27 May 2009 at 9:40

GoogleCodeExporter commented 9 years ago
Please ignore this, it was another JS file (curvycorners) which breaks this! 
Sorry.

Original comment by petesk...@gmail.com on 27 May 2009 at 2:10

GoogleCodeExporter commented 9 years ago
However, it would be nice to be able to have a way to call a js function when 
the
twitters do load. the curvycorners js allows you to redraw the corners once a 
box
changes size dynamically.. 

Original comment by peter.wi...@gmail.com on 1 Jun 2009 at 2:21

GoogleCodeExporter commented 9 years ago
I've added a callback to the options in 1.13.1

Original comment by remysh...@gmail.com on 25 Aug 2009 at 8:39