Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Deprecate follow up #10850

Merged
merged 9 commits into from
Sep 20, 2024
Merged

Deprecate follow up #10850

merged 9 commits into from
Sep 20, 2024

Conversation

tlabaj
Copy link
Contributor

@tlabaj tlabaj commented Aug 9, 2024

What: Closes #10365

  • Updated deprecated Editable table example
  • Reenabled editable table tests.
  • Updated Page demo and reenabled page test
  • reenabled toolbar test
  • update form demo and reenabled test (i disabled the select test that is not working due to this issue menu - menu focusing issue.  #10840)
  • added isPlaceholder prop to EditableSelectInputCell

@tlabaj tlabaj requested review from kmcfaul and thatblindgeye August 9, 2024 19:44
@patternfly-build
Copy link
Contributor

patternfly-build commented Aug 9, 2024

@kmcfaul kmcfaul linked an issue Aug 13, 2024 that may be closed by this pull request
@tlabaj tlabaj force-pushed the deprecate_follow_up branch from c0dcaaf to 9048f16 Compare August 22, 2024 19:08
@@ -69,13 +69,13 @@ xdescribe('Form Demo Test', () => {
cy.get('[aria-label="Close"]').type('{enter}');
});

it('Verify keypress can control the multi-select-typeahead', () => {
cy.get('[id*="pf-select-toggle-id"][id*="select-multi-typeahead-typeahead"]').type('{downarrow}{downarrow}{enter}');
xit('Verify keypress can control the multi-select-typeahead', () => {
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

(i disabled the select test that is not working due to this issue

Is this still the case, or would the fix Katie put in regarding the Menu/transition end event have resolved this?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Her PR went in after I initially worked on this. I will rebase and test it.

@@ -18,8 +18,7 @@ export interface IEditableSelectInputCell extends Omit<React.HTMLProps<HTMLEleme
event: React.MouseEvent | React.ChangeEvent,
newValue: any | any[],
rowIndex: number,
cellIndex: number,
isPlaceholder?: boolean
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

If we're removing this we should update the "Editable rows" example in the deprecated Table example file to remove the param and usage from the onSelect handler (~line 690)

@tlabaj tlabaj force-pushed the deprecate_follow_up branch from 33f2488 to 9aba4f4 Compare September 12, 2024 14:49
@dlabaj dlabaj merged commit 046e371 into patternfly:main Sep 20, 2024
13 checks passed
@patternfly-build
Copy link
Contributor

Your changes have been released in:

Thanks for your contribution! 🎉

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Follow up to deprecation
4 participants