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

Bugfix #1535 #3467

Closed
wants to merge 19 commits into from
Closed

Bugfix #1535 #3467

wants to merge 19 commits into from

Conversation

taggie05
Copy link
Collaborator

Pull request checklist

Description of changes

Changed spans into buttons
added CSS so that layout of the page would look similar
added !important to certain styles so that the CSS I added would not interfere with other portions of the design.

Focus areas to test

I tested other areas of the application to verify that changes did not affect other portions of the application.

taggie05 and others added 19 commits November 20, 2017 12:37
…rosoft#3426)

* Preventing up/down arrow key presses from bubbling and triggering the browser default handler.

* Change file
* give new textfield examples the right max width

* added a change file

* Update max-width-fix_2017-11-20-23-53.json
…Cells (microsoft#3429)

* added white cell border

* added white border to white color cell

* cleanup

* add change list

* added null check; style fix

* moved white cell style behind if check

* cleaned up style

* fixed lint problems

* got rid of type casting
* Add small header with margin and wide callout

* Add change file

* Remove unneeded change

* unneeded change 2

* Add story test and update comment

* Update TeachingBubble.stories.tsx
…he width of the target (microsoft#3431)

* Add useTargetAsMinWidth prop

* Rush change
* Apply props.className in ResizeGroup. Add snapshot for ResizeGroup. Pass className from experiments CommandBarTests. Update experiments CommandBar snapshot

* Committing change files

* Fix change file
… with the target element (microsoft#3402)

* changing combobox dropdown calculation

* deleting unused variable

* creating change file

* changing the width to match dropdown style

* moving dropdown prop into combobox prop
…oft#3451)

* ComboBox on up/down arrow keys should just update the pending index and values.
It should not update the selected value.
The selected value always should only be updated on blur, enter, space, tab key presses only

* Change file

* Spelling correction
microsoft#3444)

* Fixed replaced example

* updated styles to match toolkit

* Added change files

* updated deprecated sematic slots

* Update contextualmenu-bug_2017-11-21-19-43.json

* Update contextualmenu-bug_2017-11-21-19-43.json
* Button: new prop splitButtonAriaLabel.

* Change details.

* Update new prop jsdoc.
…ft#3421)

* New aria label example, split out

* Split out aria label example

* Added change file
@taggie05 taggie05 requested a review from gokunymbus November 28, 2017 01:44
@christiango
Copy link
Member

christiango commented Nov 28, 2017

Please provide a more detailed PR title and description. Include the name of the component, details of the bug, and how it will be fixed

@christiango
Copy link
Member

Also, be sure to include a change file using npm run change from the root of the repo

@@ -591,25 +591,25 @@ $Calendar-dayPicker-margin: 10px;
}

.monthIsHighlighted {
background-color: $ms-color-themeLight;
background-color: $ms-color-themeLight !important;
Copy link
Collaborator

Choose a reason for hiding this comment

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

!important raises red flags - should be a last resort

Copy link
Member

Choose a reason for hiding this comment

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

agreed. this will break anyone downstream that is trying to theme their calendar.

@lynamemi
Copy link
Collaborator

lynamemi commented Dec 4, 2017

It looks like the build error you're getting is from jest snapshots. It's finding the change you made from span to button. Follow this documentation to update the snapshots:
https://github.com/OfficeDev/office-ui-fabric-react/wiki/Testing#snapshot-testing

@gokunymbus
Copy link
Contributor

Closing for now

@gokunymbus gokunymbus closed this Jan 26, 2018
@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.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Calendar: use buttons rather than clickable spans for days/months