Merge splitInputAtLastPropertyAccess into analyzeInputString
Categories
(DevTools :: Console, task, P2)
Tracking
(firefox76 fixed)
Tracking | Status | |
---|---|---|
firefox76 | --- | fixed |
People
(Reporter: amanv1999, Assigned: amanv1999)
References
(Blocks 1 open bug)
Details
Attachments
(1 file, 3 obsolete files)
User Agent: Mozilla/5.0 (X11; Linux x86_64; rv:68.0) Gecko/20100101 Firefox/68.0
Steps to reproduce:
While accessing elements i.e inside [
use dot .
operator.
Example :-
Evaluate this in console -
x = {["weird.[.]one"]: "plouf", ["weird.[.]second"]: "plaf", "weird": false}
Type -
x["weird.[
Now, here matchProp
will return an empty string.
Actual results:
matchProp
returns an empty string.
Expected results:
It should have returned something useful which we can use to retrieve from cache. But since it returned an empty string we can't retrieve from cache.
In order to solve this problem we can probably merge splitInputAtLastPropertyAccess
into analyzeInputString
function in order to retrieve something useful such that we can use that information to retrieve the autocomplete part from cache.
This Bug is blockage for Bug 1536088
Updated•5 years ago
|
Updated•5 years ago
|
Assignee | ||
Comment 1•5 years ago
|
||
Updated•5 years ago
|
Updated•5 years ago
|
Assignee | ||
Comment 2•5 years ago
|
||
Assignee | ||
Comment 3•5 years ago
|
||
Updated•5 years ago
|
Assignee | ||
Comment 4•5 years ago
|
||
Updated•5 years ago
|
Comment 6•5 years ago
|
||
bugherder |
Description
•