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

[ColorRectangle, Sticky] Fixed null root refs #4099

Merged

Conversation

lambertwang-zz
Copy link

@lambertwang-zz lambertwang-zz commented Feb 26, 2018

Pull request checklist

Description of changes

Fixed null root refs.

@@ -130,7 +130,7 @@ export class Sticky extends BaseComponent<IStickyProps, IStickyState> {
const isSticky = isStickyTop || isStickyBottom;

return (
<div ref={ this._resolveRef('_root') }>
<div ref={ this._resolveRef('root') }>
Copy link
Contributor

Choose a reason for hiding this comment

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

Since this couldn't have possibly worked, let's keep it as _root and make the variable private.

@lambertwang-zz lambertwang-zz merged commit 7851986 into microsoft:master Feb 27, 2018
@aappddeevv
Copy link

aappddeevv commented Feb 27, 2018

Can this and #4091 go into a 5.55.3?

Markionium added a commit to Markionium/office-ui-fabric-react that referenced this pull request Feb 27, 2018
* master: (28 commits)
  Scrollable pane sort stickies (microsoft#4111)
  Allow ScrollablePane to accept native properties. (microsoft#4095)
  Sticky (microsoft#4091)
  Applying package updates.
  [ColorRectangle, Sticky] Fixed null root refs (microsoft#4099)
  DatePicker: order of callbacks for onSelectDate and onAfterMenuDismiss (microsoft#4092)
  Applying package updates.
  Alhenry fix split button props (microsoft#4090)
  Fixing ComboBox styling by reverting button classname move (microsoft#4088)
  Update CODEOWNERS
  Undoing terrible change.
  [DetailsList] Fixed focus test (microsoft#4087)
  Added icons package screener test (microsoft#4082)
  ContextualMenu: Fix ContextualMenuUtility imports (microsoft#4085)
  [ContextualMenu] Made disabled buttons focusable (microsoft#4074)
  Convert Check to mergeStyles (microsoft#3880)
  [DetailsList] Add public focusIndex function (microsoft#3852)
  ComboBox button should have data-is-focusable="false" (microsoft#4070)
  Applying package updates.
  Focus Zone: Allow Tab to Skip Selection (microsoft#4061)
  ...
chrismohr pushed a commit to chrismohr/office-ui-fabric-react that referenced this pull request Apr 17, 2018
* [ColorRectangle, Sticky] Fixed null root refs

* Change files

* Update Sticky.tsx

* Update magellan-fixNullRootRef_2018-02-26-22-26.json

* Update magellan-fixNullRootRef_2018-02-26-22-26.json
@microsoft microsoft locked as resolved and limited conversation to collaborators Aug 31, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Sticky - this.root undefined
5 participants