Postponed (maintainer needs more info)
Project:
Asset
Version:
7.x-1.0-beta4
Component:
Asset rendering
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
19 Mar 2013 at 16:04 UTC
Updated:
20 May 2013 at 07:42 UTC
Hi,
I got a problem when i whant to see the preview of a image asset, the height of the preview tooltip seems to not feet the image. I don't know why.
I joined a screenshoot.
I don't know why, in the demo site it seems to be good with the same image uploaded.
Thanks!
| Comment | File | Size | Author |
|---|---|---|---|
| Preview of image height problem | 77.62 KB | xadag |
Comments
Comment #1
xadag commentedit seems that the problem is in the assetsWidgetTooltipResize in asset-widget-inner-tooltip.js at
var frameWidth = $context.find('.tooltip-iframe-body-element').width();
var frameHeight = $context.find('.tooltip-iframe-body-element').height();
I don't know why but the frameHeight didn't fit the content of the body element.
Comment #2
agalitsyn commentedTested using clean instance. No problems was occurred.
Could you please set console.log to frameHeight and make screenshot, or try to get why height is incorrect. May be you have some css styles, which works with width of frame html?
Thanks!
Comment #3
agalitsyn commentedComment #4
IRuslan commentedComment #5
IRuslan commentedComment #6
IRuslan commented