firebug / firebug.next

Next Firebug generation built on top of native Firefox developer tools
Other
229 stars 37 forks source link

Bad tooltip for the search box #437

Closed fflorent closed 8 years ago

fflorent commented 8 years ago

STR:

  1. Open the devtools in this page
  2. Switch to the inspector panel (also reproducible with other panels in which the search box is visible)
  3. Give the focus to the search box

Expected result: Some relevant tooltip or none.

Actual result: We get the tooltip we have when focusing the native filter box of the Debugger panel

The tooltip with the search box

Florent

fflorent commented 8 years ago

It looks like it has been fixed with 595c940b7c02b74f2a7ecd5e6ab247534e34b330 :smiley:

Florent