After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 652313 - "More" submenu occasionally ends up mispositioned
"More" submenu occasionally ends up mispositioned
Status: RESOLVED FIXED
Product: gnome-shell
Classification: Core
Component: network-indicator
unspecified
Other Linux
: Normal normal
: ---
Assigned To: gnome-shell-maint
gnome-shell-maint
Depends on:
Blocks:
 
 
Reported: 2011-06-10 19:24 UTC by Florian Müllner
Modified: 2011-06-27 15:20 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Screenshot of the issue (42.17 KB, image/png)
2011-06-10 19:24 UTC, Florian Müllner
  Details
NetworkMenu: place network items in the right position (1.13 KB, patch)
2011-06-14 16:26 UTC, Giovanni Campagna
committed Details | Review

Description Florian Müllner 2011-06-10 19:24:39 UTC
Created attachment 189670 [details]
Screenshot of the issue

With access points coming and going, the "More" submenu sometimes ends up in the list of APs rather than at the end - screenshot attached.
Comment 1 Giovanni Campagna 2011-06-14 16:26:46 UTC
Created attachment 189923 [details] [review]
NetworkMenu: place network items in the right position

_createNetworkItem was always appending access point at the end of
the menu when their position was < 5 (NUM_VISIBLE_NETWORKS), ignoring
the presence or absence of _overflowItem, which thus ended in the
middle of the network list. Fix that.
Comment 2 Giovanni Campagna 2011-06-27 15:20:13 UTC
Attachment 189923 [details] pushed as 4132cca - NetworkMenu: place network items in the right position