Open Bug 799483 Opened 12 years ago Updated 2 years ago

Implement a mechanism to make a range clickable (a simple way) (RFE)

Categories

(DevTools :: Source Editor, enhancement, P3)

x86
All
enhancement

Tracking

(Not tracked)

People

(Reporter: paul, Unassigned)

References

Details

For example, I want to be able to make HTML links clickable, or to make JS properties clickable. Somethink like: var clickableRange = SourceEditor.makeRangeClickable(123, 250, function(){}); … clickableRange.cancel(); // to make the range unclickable Maybe with an easy way to style this.
It makes sense to add this capability to bug 687168 - when we style a range we should have the possibility to add a click event handler. This is possible with the Orion API.
Depends on: 687168
Priority: -- → P3
Summary: [SourceEditor] implement a mechanism to make a range clickable (a simple way) (RFE) → Implement a mechanism to make a range clickable (a simple way) (RFE)
Severity: normal → enhancement
Product: Firefox → DevTools
Severity: normal → S3
You need to log in before you can comment on or make changes to this bug.