| Summary: | Add Items and Edit Activity dialogs not tappable and too narrow | ||
|---|---|---|---|
| Product: | [Unmaintained] Active | Reporter: | Thomas Pfeiffer <thomas.pfeiffer> |
| Component: | Contour activity screen | Assignee: | Marco Martin <notmart> |
| Status: | RESOLVED FIXED | ||
| Severity: | major | CC: | active |
| Priority: | NOR | ||
| Version First Reported In: | unspecified | ||
| Target Milestone: | unscheduled | ||
| Platform: | Unlisted Binaries | ||
| OS: | Linux | ||
| Latest Commit: | Version Fixed/Implemented In: | ||
| Sentry Crash Report: | |||
| Attachments: |
Broken Add Items dialog
Broken Edit Activity dialog |
||
|
Description
Thomas Pfeiffer
2012-11-12 20:27:38 UTC
Created attachment 75202 [details]
Broken Add Items dialog
This shows the described problems in the Add Items dialog
Created attachment 75203 [details]
Broken Edit Activity dialog
This shows the described problems in the Edit Activity dialog
The "New Tag Name" dialog is affected as well My guess is that a new pull of plasma-mobile-configuration OR kdelibs/kde-runtime was made without the other and now it is picking up the desktop components .. which have exactly the problems you describe. Could be. Is it something I need to fix by editing or deleting a config file, or does it have to be fixed in the packages? ah, i may even know what it is ... this probably requires a kconfig_update script to not break upgrades. to confirm ... open up ~/.kde/share/config/kdeglobals and put this somewhere in the [General] section: runtimePlatform=tablet,touch then restart plasma-device (or reboot the device, whichever is more convenient for you). if that fixes it, then i will need to do a kconfig_update script to address the upgrade problem. Nope, that didn't do the trick :( I added the line (there wasn't even a [General] section there yet, so I added that as well), but the problem persists after reboot. What's also strange: If I remember correctly, the dialogs weren't opened in a new window before, but now they are. And the greyed-out layer is over every window (blocking interaction) until I close the dialog window from the task switcher. The dialogs are fixed now! Yep, sat down yesterday and tracked down what the problem was. The move to the new unified PLASMA_PLATFORM mechanism to define targeted component and other UI adaptations introduced a regression. Really rather happy how quickly that fix rolled out to you :) |