Status
()
People
(Reporter: dbarclay10, Assigned: blizzard)
Tracking
({embed})
Firefox Tracking Flags
(Not tracked)
Details
(URL)
From Bugzilla Helper: User-Agent: Mozilla/4.72 [en] (X11; U; Linux 2.2.16 i686) BuildID: M16 Hey there :) I'm making a quick-and-dirty web browser(very poorly designed ;), to demonstrate Mozilla's embedded side. To facilitate this, it'd be nice if the widget had a few more things: 1) signal for link-clicking; when a user clicks a URI, a signal should be sent, indicating the URI(this signal is already in place), as well as what mouse-button was pressed(including any modifiers) 2) Okay, no #2. :) Thanks for your time, Dave Reproducible: Always Steps to Reproduce: 1. Just try making a browser around the GTK+ Mozilla widget ;)
Comment 1•19 years ago
|
||
marking rfe
Severity: normal → enhancement
Summary: Looking for API additions to GTK widget → [RFE] Looking for API additions to GTK widget
Updated•19 years ago
|
Status: UNCONFIRMED → NEW
Ever confirmed: true
Updated•19 years ago
|
Keywords: embed
(Assignee) | ||
Comment 4•19 years ago
|
||
You should be able to do this now. You can catch DOM click events.
Status: ASSIGNED → RESOLVED
Last Resolved: 19 years ago
Resolution: --- → FIXED
Comment 6•18 years ago
|
||
Correction: Changing QA contact for the Embed API bugs to David Epstein.
QA Contact: mdunn → depstein
Comment 7•18 years ago
|
||
TestGtkEmbed on Linux build 20011120. Tracks url link and mouse clicks.
Status: RESOLVED → VERIFIED
You need to log in
before you can comment on or make changes to this bug.
Description
•