Open Bug 1272399 Opened 8 years ago Updated 2 years ago

Markup search suggestion are truncated for long class names

Categories

(DevTools :: Inspector, defect, P3)

47 Branch
defect

Tracking

(Not tracked)

People

(Reporter: nchevobbe, Unassigned)

References

(Blocks 1 open bug, )

Details

Open attached screenshot to see the issue STR: 1. Open `data:text/html,<p class="i-m-a-very-very-very-long-classname"><span class="p-span">p</span></p><div class="i-m-a-very-very-very-long-classname"><span class="div-span">div</span></div>` 2. Open inspector 3. In the search field, paste `.i-m-a-very-very-very-long-classname .` Actual result: There are 2 items in the suggestion popup, but because the text is truncated we can't differs one from the other Expected result: The suggestions popup shows 2 items : - .i-m-a-very-very-very-long-classname .div-span - .i-m-a-very-very-very-long-classname .p-span or maybe : - .i-m-a-… .div-span - .i-m-a-… .p-span or just : - … .div-span - … .p-span
Has STR: --- → yes
Product: Firefox → DevTools
Severity: minor → S4
You need to log in before you can comment on or make changes to this bug.