[Bugs] #3547 Browse LOW: Browse: webkit spawns multiple scrollbars in some google apps
Sugar Labs Bugs
bugtracker-noreply at sugarlabs.org
Tue Oct 9 14:27:35 EDT 2012
#3547: Browse: webkit spawns multiple scrollbars in some google apps
--------------------------+-------------------------------------------------
Reporter: greenfeld | Owner: humitos
Type: defect | Status: assigned
Priority: Low | Milestone: 1.0
Component: Browse | Version: Unspecified
Severity: Minor | Keywords: 13.1.0
Distribution: OLPC | Status_field: Unconfirmed
--------------------------+-------------------------------------------------
Changes (by humitos):
* milestone: 0.98 => 1.0
Comment:
Replying to [comment:7 dsd]:
> Have we tried working with this API?
I've just tried this:
{{{
window_features = self.get_window_features()
window_features.connect('notify::scrollbar-visible',
self.__scrollbar_visible_cb)
window_features.connect('notify::statusbar-visible',
self.__scrollbar_visible_cb)
window_features.connect('notify::toolbar-visible',
self.__scrollbar_visible_cb)
window_features.connect('notify::menubar-visible',
self.__scrollbar_visible_cb)
window_features.connect('notify::locationbar-visible',
self.__scrollbar_visible_cb)
self.props.window_features = window_features
}}}
but those signals are not emitted when I go to http://news.google.com for
example, and that page shows its own scrollbar + Browse's Activity one.
--
Ticket URL: <http://bugs.sugarlabs.org/ticket/3547#comment:10>
Sugar Labs <http://sugarlabs.org/>
Sugar Labs bug tracking system
More information about the Bugs
mailing list