cip / WikiOnBoard

Offline reader for zim files, in particular the wikipedia, for mobile devices. It is based on QT and zimlib. It is cross-platform and supports Symbian, Maemo, Linux and Windows based devices.
http://cip.github.com/WikiOnBoard/
15 stars 2 forks source link

Status bar click not working on library page #68

Closed cip closed 12 years ago

cip commented 12 years ago

Clicking status bar normally opens settings to change wlan,etc.. On librarypage clicking status bar does not do anything. Only exception: error (=show banner) occured when selecting zimfile, after this clicking statusbar works as expected. Only librarypage is affected, even subpages like add zimfile or help don't have this problem.

cip commented 12 years ago

Problem related to InfoBanner component: if removed works fine.

cip commented 12 years ago

Fixed in commit c6b8943c70f9113a1a58009521e0fa83d21a0b75 by moving infobanner up in hierarchy (now child of window). Unclear why it works now, but anyway make sense that infobanner is child of window and not of librarypage.