Closed
Bug 714443
Opened 14 years ago
Closed 12 years ago
unable to inspect disabled form elements
Categories
(DevTools :: Inspector, defect, P2)
Tracking
(Not tracked)
RESOLVED
DUPLICATE
of bug 257623
People
(Reporter: tomer, Unassigned)
References
Details
Attachments
(1 file)
1.05 KB,
text/html
|
Details |
When launching the inspector and trying to focus it on a disabled element it become impossible, and the inspector won't detect the mouse click on these elements.
Steps to reproduce:
Launch the inspector on a page with disabled elements, than try to focus the inspector on these fields. I'm attaching a simple test page to this bug.
Reporter | ||
Comment 1•14 years ago
|
||
By the way, Firebug doesn't seems to have this limitation.
![]() |
||
Comment 2•14 years ago
|
||
When pressing "Enter", we can inspect the element. Apparently, we don't catch the "click" event.
![]() |
||
Comment 3•14 years ago
|
||
A work around would be to select a node once the highlighter is clicked (the veil), not the content. That would make this work, and also make the flash elements and pointer-events:none elements selectionnable.
Depends on: 703031
Reporter | ||
Comment 4•14 years ago
|
||
On the attached testcase, the textarea resizer behaves weird when inspecting. Do you think it has something that could be fixed, by for example disabling the resizer?
![]() |
||
Comment 5•14 years ago
|
||
(In reply to Tomer Cohen :tomer from comment #4)
> On the attached testcase, the textarea resizer behaves weird when
> inspecting.
What do you mean?
![]() |
||
Comment 6•14 years ago
|
||
Bug triage. Filter on PEGASUS.
Priority: -- → P2
Version: unspecified → Trunk
Comment 7•14 years ago
|
||
(In reply to Paul Rouget [:paul] from comment #3)
> A work around would be to select a node once the highlighter is clicked (the
> veil), not the content. That would make this work, and also make the flash
> elements and pointer-events:none elements selectionnable.
Now that bug 703031 is fixed, is this already working? Or does this bug need additional work?
See also bug 257623 and bug 141432.
![]() |
||
Comment 8•14 years ago
|
||
(In reply to Gijs Kruitbosch from comment #7)
> (In reply to Paul Rouget [:paul] from comment #3)
> > A work around would be to select a node once the highlighter is clicked (the
> > veil), not the content. That would make this work, and also make the flash
> > elements and pointer-events:none elements selectionnable.
>
> Now that bug 703031 is fixed, is this already working? Or does this bug need
> additional work?
Additional work is needed.
> See also bug 257623 and bug 141432.
Thank you.
![]() |
||
Comment 9•12 years ago
|
||
IMO, this seems like a dup of 257623 - though bug 724546 seems relevant too.
Status: NEW → RESOLVED
Closed: 12 years ago
Resolution: --- → DUPLICATE
Updated•7 years ago
|
Product: Firefox → DevTools
You need to log in
before you can comment on or make changes to this bug.
Description
•