Closed
Bug 246695
Opened 22 years ago
Closed 22 years ago
Gtk Embedding widget ignore scrollbar chrome setting
Categories
(Core Graveyard :: Embedding: GTK Widget, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: crispin, Assigned: crispin)
References
(
URL
)
Details
Attachments
(1 file)
|
6.05 KB,
patch
|
bryner
:
review+
blizzard
:
superreview+
|
Details | Diff | Splinter Review |
User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8a2) Gecko/20040611 Galeon/1.3.15.99
Build Identifier: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8a2) Gecko/20040611 Galeon/1.3.15.99
The gtk embedding widget ignores the chrome settings. Although it doesn't, and
shouldn't care about the menu / statusbar etc settings, it does need to turn off
the scrollbar if it is supposed to do so.
Reproducible: Always
Steps to Reproduce:
1. Run TestGtkEmbed
2. Open testcase
3. Observe scrollbar
Actual Results:
The scrollbar is visible
Expected Results:
The scrollbar isn't shown, as is the case in mozilla-the-browser
Originally http://bugzilla.gnome.org/show_bug.cgi?id=69241
| Assignee | ||
Comment 1•22 years ago
|
||
This patch ensures that the scrollbar setting in the chrome flags is propogated
to the scrollbar, so that is hidden when appropriate
| Assignee | ||
Updated•22 years ago
|
Attachment #150738 -
Flags: superreview?(blizzard)
Attachment #150738 -
Flags: review?(bryner)
Updated•22 years ago
|
Attachment #150738 -
Flags: superreview?(blizzard) → superreview+
Updated•22 years ago
|
Attachment #150738 -
Flags: review?(bryner) → review+
Updated•22 years ago
|
Assignee: blizzard → crispin
Status: UNCONFIRMED → NEW
Ever confirmed: true
Comment 2•22 years ago
|
||
checked in, please mark fixed if it is
| Assignee | ||
Comment 3•22 years ago
|
||
Thanks for the reviews, and checking it in
Status: NEW → RESOLVED
Closed: 22 years ago
Resolution: --- → FIXED
Excellent! I can't wait to see galeon pop up a window without a scrollbar....
Thanks Crispin!
Updated•14 years ago
|
Product: Core → Core Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•