Closed Bug 1637540 Opened 4 years ago Closed 4 years ago

Wrong list of browser versions

Categories

(DevTools :: Inspector: Compatibility, defect, P2)

defect

Tracking

(firefox78 fixed)

RESOLVED FIXED
Firefox 78
Tracking Status
firefox78 --- fixed

People

(Reporter: Honza, Assigned: daisuke)

References

(Blocks 1 open bug)

Details

Attachments

(4 files)

Attached image image.png

STR:

  1. Create an element with the following CSS style
.myStyle {
  -moz-binding: unset;
}
  1. Load your test page, open DevTools and Select the Inspector & Compatibility panel
    You should see one compatibility issue in the list

  2. Hover over the Firefox (desktop) icon associated with the compat issue.
    You should see a tooltip listing: 60, 74, 75 and 76
    See also the attached screenshot

  3. But looking at the compat data-set for -moz-binding shows that this prop were removed in 67: version_removed: "67"

Link to the dataset: https://hg.mozilla.org/mozilla-central/raw-file/tip/devtools/client/inspector/compatibility/lib/dataset/css-properties.json

Is that a bug?

Honza

Attached image image.png

Quick screenshot of the dataset I am seeing.

Honza

Daisuke, here is the bug I mentioned on Slack.

Honza

Flags: needinfo?(daisuke)
Summary: Wrong list of browser versions+ → Wrong list of browser versions
Assignee: nobody → daisuke
Status: NEW → ASSIGNED
Flags: needinfo?(daisuke)
Pushed by dakatsuka.birchill@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/9eacf691cd0f
Avoid comparing with perfix if the compat data is defined with prefix. r=rcaliman
https://hg.mozilla.org/integration/autoland/rev/e4a152b7c578
Add test for a property defined with prefix. r=rcaliman
Status: ASSIGNED → RESOLVED
Closed: 4 years ago
Resolution: --- → FIXED
Target Milestone: --- → Firefox 78
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: