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 412260 - Firefox goto active document frame
Firefox goto active document frame
Status: RESOLVED FIXED
Product: lsr
Classification: Deprecated
Component: core
0.4.x
Other Linux
: Normal normal
: 0.5.2
Assigned To: LSR maintainers
LSR maintainers
Depends on:
Blocks:
 
 
Reported: 2007-02-26 14:50 UTC by Scott Haeger
Modified: 2007-05-11 19:55 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Scott Haeger 2007-02-26 14:50:18 UTC
Implement user input 'find active doc frame' using 'home' or 'CapsLock+Home'.  This task will find the active document frame in Firefox.  If the user is within the chrome it will take them to the document frame that is visible and showing.  If the user is within the same page it will take them to the top of the current document frame.

The focus of this bug is to implement relations.  At least two methods will need to be added.  One that returns all relations and another that returns a relation's target.
Comment 1 Peter Parente 2007-02-26 14:54:55 UTC
getAccRelations is already implemented. It may need some improvement for efficiency reasons. Right now, you give it a POR and a relation type string (e.g. "labelled by") and it hands back all the accessible targets of that relation in a list. This might be too much if N=number of relations is large. For right now, it seems useable as-is for the Firefox bug fix.
Comment 2 Scott Haeger 2007-02-26 16:32:25 UTC
Added to repository.