PDA

View Full Version : comboBox text partially hidden



kanika gupta
5th April 2016, 08:05
The content is not getting displayed properly in comboBox and the text is partially shown. There may be some issue with the height of the combo box which is not getting updated from the website contents.

I have checked on Qt5.3.0 and Qt5.5 demo browsers. If you try to access this link (http://www.total.com/en/worldwidepresence)with Qt Demo Browser, the combo box displays partially hidden website contents.

Does anyone have a suggestion to solve this problem?

anda_skoa
5th April 2016, 09:35
Seem to work fine in a QtWebKit based browser (Konqueror).

Cheers,
_

kanika gupta
5th April 2016, 13:31
I have checked on Qt5.5 and Qt5.3 DemoBrowser, it is not working properly.
Can you suggest any patch to solve it or the reson of this behaviour?
This would help me a lot.
Thanks!

anda_skoa
5th April 2016, 16:54
No idea.
Could be a widget style thing, depend on font configuration, etc.

Cheers,
_

kanika gupta
6th April 2016, 11:29
height attribute defined in css is not correctly read by Qt due to which it is taking some default value.
But I am not able to understand why this is happening.