Created attachment 66745 [details] connman Version: unspecified OS: Linux The network applet doesn't show network information. It seems to be a layout problem (see attachment). Tested on basyskom-plasma-active-two-meego-usb-live.iso Reproducible: Always Steps to Reproduce: 1. Connect to a network 2. Tap on the Wifi icon 3. Tap on the arrow to display details 4. Observe the display Expected Results: Network information should be shown.
Removing all occurrences of "width: parent.width" inside the detailsArea component (file WifiExpandingBox.qml, package plasma-mobile) makes all details to appear. The two buttons at the bottom are still cut in half though.
Git commit 56ed591912ab3939bc0fbd327aa68c02ebb1c2bf by Lamarque V. Souza. Committed on 14/12/2011 at 20:24. Pushed by lvsouza into branch 'master'. Connman plasmoid: fix elements' width in details area, remove unused variable and update popup's height when expanding the details area. CCBUG: 288979 M +0 -25 applets/org.kde.active.connman/contents/ui/WifiExpandingBox.qml M +17 -1 applets/org.kde.active.connman/contents/ui/main.qml http://commits.kde.org/plasma-mobile/56ed591912ab3939bc0fbd327aa68c02ebb1c2bf
Please test if the commit above fix the problem. I cannot test wifi connections in VirtuablBox, so I am not sure if the changes breake something for wifi connections.
Hmmm I also noticed that when one of the information (DNS, gateway, etc) is empty the layout gets completely messed up, probably because the way the Grid element works. I will see what I can do about that.
Git commit d986a1a5bacf5905c6de9dd407cfe969f1332f65 by Lamarque V. Souza. Committed on 17/12/2011 at 00:01. Pushed by lvsouza into branch 'master'. connman plasmoid: fix grid layout when any of connection's info is empty. CCBUG: 288979 M +25 -0 applets/org.kde.active.connman/contents/ui/WifiExpandingBox.qml http://commits.kde.org/plasma-mobile/d986a1a5bacf5905c6de9dd407cfe969f1332f65
Verified. Already fixed in post PA2 devel images.