Summary: | The tooltip of message preview layout doesn't look right | ||
---|---|---|---|
Product: | [Applications] kmail2 | Reporter: | younker.dl@gmail.com <younky.yang> |
Component: | message list | Assignee: | kdepim bugs <kdepim-bugs> |
Status: | RESOLVED WORKSFORME | ||
Severity: | normal | CC: | montel |
Priority: | NOR | ||
Version: | unspecified | ||
Target Milestone: | --- | ||
Platform: | Other | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: | |||
Attachments: |
the wrong layout of the tooltip
This should be the right one |
Description
younker.dl@gmail.com
2018-11-08 03:21:23 UTC
Created attachment 116175 [details]
This should be the right one
Attach another screenshot for the right layout of the tooltip.
For the moment I can't test it but indeed it's not a problem with right-to-left problem but a tooltip problem "messagelib/messagelist/src/core/view.cpp. changed the hard coded width setting from 45 to 85," did you test this patch ? (In reply to Laurent Montel from comment #3) > "messagelib/messagelist/src/core/view.cpp. changed the hard coded width > setting from 45 to 85," did you test this patch ? Yes, as you can see from the screenshot, after change the width from 45 to 85, the text is not wrapped. But this is not the solution, I also tried to remove the width attribute, but this change makes the layout of the 2 columns moving to center of the tooltip. Another solution maybe just remove the width attribute and set the align attribute to left for the first column of the tooltip window. Though the alignment of the first column may be not good, but at least the behaviour is consistent. I will investigate it Thanks for all info Comment on attachment 116174 [details]
the wrong layout of the tooltip
Will attach it later
(In reply to Laurent Montel from comment #5) > I will investigate it > Thanks for all info Tried to set the scale factor to 1.5 and found the value of 85 is bigger for the left column. Then I set it to 60 works find on 4K display with scale factor 1.5. So the hard code width is not the right solution. I also tried to set nowrap attribute of TD element, but it doesn't have effect, not sure is this caused by the comparability of qtwebkit or something else. Thank you for reporting this issue in KDE software. As it has been a while since this issue was reported, can we please ask you to see if you can reproduce the issue with a recent software version? If you can reproduce the issue, please change the status to "REPORTED" when replying. Thank you! Dear Bug Submitter, This bug has been in NEEDSINFO status with no change for at least 15 days. Please provide the requested information as soon as possible and set the bug status as REPORTED. Due to regular bug tracker maintenance, if the bug is still in NEEDSINFO status with no change in 30 days the bug will be closed as RESOLVED > WORKSFORME due to lack of needed information. For more information about our bug triaging procedures please read the wiki located here: https://community.kde.org/Guidelines_and_HOWTOs/Bug_triaging If you have already provided the requested information, please mark the bug as REPORTED so that the KDE team knows that the bug is ready to be confirmed. Thank you for helping us make KDE software even better for everyone! This bug has been in NEEDSINFO status with no change for at least 30 days. The bug is now closed as RESOLVED > WORKSFORME due to lack of needed information. For more information about our bug triaging procedures please read the wiki located here: https://community.kde.org/Guidelines_and_HOWTOs/Bug_triaging Thank you for helping us make KDE software even better for everyone! |