"Component is not available" nsresult: "0x80040111 (NS_ERROR_NOT_AVAILABLE)"
Nobody has claimed this yet.
Assessment
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Newbie friendliness
- 25/100
- Issue type
- Bug
- Clarity
- Needs clarification
- Activity status
- Stale
- Tech stack
- javascript, typescript
- Domain
- frontend
Research direction
Start by reproducing the reported compatibility issue in Firefox 60.7.0esr using the code shown in the issue, then locate the relevant utility entry point and existing browser tests. Done means the Firefox error is addressed without regressions and the proposed change has a clear maintainer-approved path into the master branch.
Written by the indexing model from the issue text.
Description
I found some compatibility issues in Firefox browser.
Environment
Browser: Firefox 60.7.0esr (64 bit)
Browser download link: ftp.mozilla.org/pub/firefox/releases/60.7.0esr/
I try use these codes to fix this issues:
var _getComputedStyle = getComputedStyle(target, '::-webkit-scrollbar');
var width = '0px';
var height = '0px';
try {
width = _getComputedStyle.width,
height = _getComputedStyle.height;
}catch(e) {
width = '0px';
height = '0px';
}
Can these codes be merged into the master branch?
- Dominant language
- TypeScript
- Stars
- 670
- Forks
- 205
- Avg merge
- 15d 17h
- Merged PRs (30d)
- 6
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
More from react-component/util
-
Difficulty 2/5 1-3 hours Newbie friendliness 88/100
react-component/util#816 ·
-
injectCSS method not attaching csp nonce passed to it. it is used in antd components internally Open
Difficulty 2/5 1-3 hours Newbie friendliness 65/100
react-component/util#671 · 1 comment ·
-
Difficulty 4/5 3-5 days Newbie friendliness 35/100
react-component/util#738 · 1 comment · 1 reaction ·
-
Difficulty 4/5 3-5 days Newbie friendliness 25/100
react-component/util#710 ·
-
Difficulty 3/5 1-2 days Newbie friendliness 25/100
react-component/util#647 · 5 comments ·
All issues in react-component/util
Similar issues
-
Difficulty 2/5 1-3 hours Newbie friendliness 74/100
ontola/atomic-server#1625 ·
-
bug
Difficulty 2/5 1-3 hours Newbie friendliness 70/100
melgarafael/DeskcommCRM#1451 ·
-
Difficulty 1/5 Under an hour Newbie friendliness 82/100
-
bug via-triage
Difficulty 2/5 1-3 hours Newbie friendliness 78/100
-
bot:ai-assisted component:compact-js status:untriaged
Difficulty 2/5 1-3 hours Newbie friendliness 84/100
midnightntwrk/midnight-sdk#403 ·