Skip to content

Commit

Permalink
Port microsoft#13659 & microsoft#18075 from office-ui-fabric-react_v5…
Browse files Browse the repository at this point in the history
….79.1 to hotfix/5.135.6
  • Loading branch information
Phoebe-0319 committed Mar 19, 2022
1 parent a3ecff0 commit 318ffa3
Show file tree
Hide file tree
Showing 13 changed files with 84 additions and 88 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,6 @@ exports[`Breadcrumb basic rendering renders breadcumb correctly 1 1`] = `
onFocus={[Function]}
onKeyDown={[Function]}
onMouseDownCapture={[Function]}
role="presentation"
>
<ol
className=
Expand Down Expand Up @@ -390,7 +389,6 @@ exports[`Breadcrumb basic rendering renders breadcumb correctly 2 1`] = `
onFocus={[Function]}
onKeyDown={[Function]}
onMouseDownCapture={[Function]}
role="presentation"
>
<ol
className=
Expand Down Expand Up @@ -758,7 +756,6 @@ exports[`Breadcrumb basic rendering renders breadcumb correctly 3 1`] = `
onFocus={[Function]}
onKeyDown={[Function]}
onMouseDownCapture={[Function]}
role="presentation"
>
<ol
className=
Expand Down Expand Up @@ -1030,7 +1027,6 @@ exports[`Breadcrumb basic rendering renders breadcumb correctly 4 1`] = `
onFocus={[Function]}
onKeyDown={[Function]}
onMouseDownCapture={[Function]}
role="presentation"
>
<ol
className=
Expand Down Expand Up @@ -1398,7 +1394,6 @@ exports[`Breadcrumb basic rendering renders breadcumb correctly 5 1`] = `
onFocus={[Function]}
onKeyDown={[Function]}
onMouseDownCapture={[Function]}
role="presentation"
>
<ol
className=
Expand Down Expand Up @@ -1686,7 +1681,6 @@ exports[`Breadcrumb basic rendering renders breadcumb correctly 6 1`] = `
onFocus={[Function]}
onKeyDown={[Function]}
onMouseDownCapture={[Function]}
role="presentation"
>
<ol
className=
Expand Down Expand Up @@ -1894,7 +1888,6 @@ exports[`Breadcrumb renders empty breadcrumb 1`] = `
onFocus={[Function]}
onKeyDown={[Function]}
onMouseDownCapture={[Function]}
role="presentation"
>
<ol
className=
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,6 @@ exports[`Calendar Test rendering simplest calendar Renders simple calendar corre
onFocus={[Function]}
onKeyDown={[Function]}
onMouseDownCapture={[Function]}
role="presentation"
>
<table
aria-activedescendant="DatePickerDay-active9"
Expand Down Expand Up @@ -1140,7 +1139,6 @@ exports[`Calendar Test rendering simplest calendar Renders simple calendar corre
onFocus={[Function]}
onKeyDown={[Function]}
onMouseDownCapture={[Function]}
role="presentation"
>
<div
className="ms-DatePicker-optionGrid"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -235,7 +235,7 @@ export class DetailsRow extends BaseComponent<IDetailsRowProps, IDetailsRowState
componentRef={ this._focusZone }
role='row'
aria-label={ ariaLabel }
ariaDescribedBy={ ariaDescribedBy }
aria-describedby={ ariaDescribedBy }
className={ css(
'ms-DetailsRow',
className,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -219,7 +219,6 @@ exports[`DetailsList renders List correctly 1`] = `
onFocus={[Function]}
onKeyDown={[Function]}
onMouseDownCapture={[Function]}
role="presentation"
>
<div
className="ms-SelectionZone"
Expand Down Expand Up @@ -667,7 +666,6 @@ exports[`DetailsList renders List correctly with onRenderDivider props 1`] = `
onFocus={[Function]}
onKeyDown={[Function]}
onMouseDownCapture={[Function]}
role="presentation"
>
<div
className="ms-SelectionZone"
Expand Down Expand Up @@ -1130,7 +1128,6 @@ exports[`DetailsList renders List with custom icon as column divider 1`] = `
onFocus={[Function]}
onKeyDown={[Function]}
onMouseDownCapture={[Function]}
role="presentation"
>
<div
className="ms-SelectionZone"
Expand Down
Loading

0 comments on commit 318ffa3

Please sign in to comment.