{{ message }}
fit-textareas - Drop support for bad browsers (Firefox)#9241
Draft
fit-textareas - Drop support for bad browsers (Firefox)#9241
fit-textareas - Drop support for bad browsers (Firefox)#9241Conversation
Agent-Logs-Url: https://github.com/refined-github/refined-github/sessions/5d9aab86-2ab3-42b0-b784-fd1775ca61dc Co-authored-by: fregante <1402241+fregante@users.noreply.github.com>
Copilot created this pull request from a session on behalf of
fregante
April 22, 2026 10:14
View session
fregante
requested changes
Apr 22, 2026
Member
fregante
left a comment
There was a problem hiding this comment.
Resolve conflicts and ensure that linting passes.
Contributor
Author
There was a problem hiding this comment.
Updated in 6608f54: switched fit-textareas from exclude to asLongAs with () => nativeFit. No UI change in this update.
…area-dependency Co-authored-by: fregante <1402241+fregante@users.noreply.github.com>
Agent-Logs-Url: https://github.com/refined-github/refined-github/sessions/e5e0f76e-02b1-481c-9d69-0ba9f0a31c05 Co-authored-by: fregante <1402241+fregante@users.noreply.github.com>
| exclude: [ | ||
| // Allow Safari only if it supports the native version | ||
| () => isSafari() && !nativeFit, | ||
| () => !nativeFit, |
Contributor
Author
There was a problem hiding this comment.
Updated in 6608f54: switched fit-textareas from exclude to asLongAs with () => nativeFit. No UI change in this update.
Contributor
Author
Addressed in |
fit-textarea; run fit-textareas only when native field-sizing is supportedfit-textareas - Drop support for bad browsers (Firefox)
fregante
approved these changes
Apr 22, 2026
Member
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.

No description provided.