software engineer and founder of perfectly imperfect.
Highlights
- Pro
Block or Report
Block or report tylerjbainbridge
Report abuse
Contact GitHub support about this user’s behavior. Learn more about reporting abuse.
Report abusePinned
202 contributions in the last year
Less
More
Activity overview
Contributed to
facebook/lexical,
tylerjbainbridge/tylerbainbridge.com,
tylerjbainbridge/pi.db
and 2 other
repositories
Contribution activity
April 2022
Created 13 commits in 1 repository
Created a pull request in facebook/lexical that received 13 comments
Handle RangeSelection Containing Partial Table Selection
This PR handles a range selection that starts before/after a table and contains a partial table selection by forcing the range selection to the oth…
+461
−97
•
13
comments
Opened 9 other pull requests in 1 repository
facebook/lexical
9
merged
- Dont lose table selection when focus changes
- TableSelection: Fix backward range selection hijack logic
- Ensure each TableSelection only acts on commands related to it's own TableNode
- Add Tests for special Table selection behavior
- Capitalize 'tweet' in Playground Insert Menu
- Improve CMD+A support for documents containing Tables
- Handle RangeSelection Containing Partial Table Selection (v2)
- Improve Table Resizing
- Rework export to HTML for clipboard to better support Tables and Lists
Reviewed 12 pull requests in 2 repositories
facebook/lexical
11 pull requests
- Fix table cell height
- Skip transforms of text/highlight nodes while transforming whole codeblock
- Fix(README): Typo
- Fix selection issue with insertNodes
- Remove DecoratorNode state
- Handle RangeSelection Containing Partial Table Selection (v2)
- Handle RangeSelection Containing Partial Table Selection
- Rework export to HTML for clipboard to better support Tables and Lists
- Improve Table Resizing
- Basic External Copy + Paste for Tables
- Add missing ListItemNode types
facebook/draft-js
1 pull request
Opened 5 issues in 1 repository
facebook/lexical
3
open
2
closed
- Tables Bug: Merge tables when pasting into another
- Tables Bug: Plain text representation of tables on keyboard should be tabular.
- Tables Bug: Default cell height should match height of one line of text.
- Tables Bug: Inconsistent header state when inserting columns
- Add Tests for complex TableSelection