Fixed
Status Update
Comments
[Deleted User] <[Deleted User]> #2
Have you tried this with the Beta or Dev Channel releases. There have been a lot of
changes to the WebKit renderer and I believe this has been resolved.
changes to the WebKit renderer and I believe this has been resolved.
mc...@bellsouth.net <mc...@bellsouth.net> #3
I have not yet tried those versions. Thanks for the heads-up. I'll grab one of them
and see what happens.
and see what happens.
mc...@bellsouth.net <mc...@bellsouth.net> #4
I just loaded up the BETA, and the issue seems to be corrected. The height values
appear to be following correctly the content of the elements.
Thanks!
appear to be following correctly the content of the elements.
Thanks!
la...@chromium.org <la...@chromium.org> #5
[Empty comment from Monorail migration]
vd...@gmail.com <vd...@gmail.com> #7
[Comment Deleted]
vd...@gmail.com <vd...@gmail.com> #8
[Comment Deleted]
bu...@chromium.org <bu...@chromium.org> #9
This issue has been closed for some time. No one will pay attention to new comments.
If you are seeing this bug or have new data, please click New Issue to start a new bug.
If you are seeing this bug or have new data, please click New Issue to start a new bug.
bu...@chromium.org <bu...@chromium.org> #10
[Empty comment from Monorail migration]
bu...@chromium.org <bu...@chromium.org> #11
[Empty comment from Monorail migration]
bu...@chromium.org <bu...@chromium.org> #12
[Empty comment from Monorail migration]
is...@google.com <is...@google.com> #13
This issue was migrated from crbug.com/chromium/9680?no_tracker_redirect=1
[Monorail components added to Component Tags custom field.]
[Monorail components added to Component Tags custom field.]
Description
Chrome Version : 1.0.154.53
URLs (if applicable) :
Other browsers tested:
Add OK or FAIL after other browsers where you have tested this issue:
Safari 4:OK
Firefox 3.x:OK
Opera 9.63:OK
IE 7:NA
IE 8:NA
What steps will reproduce the problem?
between tags.
What is the expected result?
shown in pixels.
surmised behavior).
What happens instead?
dealing with a single line of text. This value can also be much larger than expected if the <div> contains
children <div> elements.
css value.
thereafter.
Please provide any additional information below. Attach a screenshot if
possible.
I am trying to create an adaptive client area to adjust for the different browser screen display fields,
so that my website maintains a proportional arrangement. To do that, I need this value to be calculated
and returned properly, because other <div> elements are position-based according to the height of the preceding element.