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

Bug - Create a Block Element Bootstrap Button - Won't finish submitting. #10025

Closed
g3istb0t opened this issue Aug 1, 2016 · 13 comments
Closed

Comments

@g3istb0t
Copy link

g3istb0t commented Aug 1, 2016

Challenge Name: Create a Block Element Bootstrap Button
Link: https://goo.gl/7IEJ4j

Issue:
Challenge wants you to bootstrap the btn-block class within the btn class. After entering in the code specified you can see the changes occur on the right side, with the button expanding across the screen. How ever the check off area it remains red, and when trying to hit submit it does not proceed. Here is the code that it wants you to submit -

<button class="btn btn-block">Submit</button>

and here is a screenshot of the code in action along with the red check-off area.

Troubleshooting:
Closed and reopened browser
Cleared Cache/Cookies/Temp Files.
Attempted to use another browser (iexplore)
Reset code.
Deleted and re-wrote code.
Moved the positioning of the code, ie <button class="btn-block btn">Like</button>

Swapping the code around resolved the issue. After changing the location of the class elements and hitting submit it proceeded as normal. I believe this is likely a bug

  • Browser Name, Version: Firefox 47.0
  • Operating System: Windows 10
  • Mobile, Desktop, or Tablet: Desktop
@dhcodes
Copy link
Contributor

dhcodes commented Aug 1, 2016

Nvm. Didn't read the last part.

@raisedadead raisedadead added type: bug Issues that need priority attention. Platform, Curriculum tests (if broken completely), etc. help wanted Open for all. You do not need permission to work on these. tests labels Aug 1, 2016
@raisedadead
Copy link
Member

The tests need to be updated to allow any order for the classes.
<button class="btn btn-block"> and <button class="btn-block btn"> both are correct.

@ghost
Copy link

ghost commented Aug 1, 2016

@raisedadead Both pass fine for me?

@raisedadead
Copy link
Member

Oh, bummer. Yes. IDK the first instant I could not pass.
@g3istb0t Can you copy and share your original code in here?

@raisedadead raisedadead added status: blocked Is waiting on followup from either the Opening Poster of the issue or PR, or a maintainer. and removed type: bug Issues that need priority attention. Platform, Curriculum tests (if broken completely), etc. tests help wanted Open for all. You do not need permission to work on these. labels Aug 1, 2016
@Bouncey
Copy link
Member

Bouncey commented Aug 1, 2016

I can't reproduce

@BKinahan
Copy link
Contributor

BKinahan commented Aug 1, 2016

Same here, can't reproduce this.

@g3istb0t Just to be absolutely clear, when you say

How ever the check off area it remains red, and when trying to hit submit it does not proceed

and in general when you refer to pressing the submit button, you do mean the "Run tests" button and not any of the buttons actually labeled as Submit, correct?

@ghost
Copy link

ghost commented Aug 4, 2016

Closing as stale. Please reopen if this issue still occurs!

@ghost ghost closed this as completed Aug 4, 2016
@BerkeleyTrue BerkeleyTrue removed the status: blocked Is waiting on followup from either the Opening Poster of the issue or PR, or a maintainer. label Aug 4, 2016
@monstermeat
Copy link

This happened to me today, but changing the order of the classes didn't fix it.

Safari 9.1.2
OS X El Capitan 10.11.6
Desktop

@XenoDelMoto
Copy link

Same issue
Chrome
Linux

@Bouncey
Copy link
Member

Bouncey commented Sep 27, 2016

@monstermeat @XenoDelMoto

To be sure, you are still hitting the Run Tests (ctrl+enter) button to complete the challenge?

I still can't reproduce.

@XenoDelMoto it would be great if you could paste your code here for us to see

@XenoDelMoto
Copy link

<style> .red-text { color: red; } h2 { font-family: Lobster, Monospace; } p { font-size: 16px; font-family: Monospace; } .thick-green-border { border-color: green; border-width: 10px; border-style: solid; border-radius: 50%; } .smaller-image { width: 100px; } </style>

CatPhotoApp

Click here for cat photos.

A cute orange cat lying on its back.
Three kittens running towards the camera. Like

Things cats love:

  • cat nip
  • laser pointers
  • lasagna

Top 3 things cats hate:

  1. flea treatment
  2. thunder
  3. other cats
Indoor Outdoor Loving Lazy Crazy Submit

On Tue, Sep 27, 2016 at 10:20 AM, Stuart Taylor notifications@github.com
wrote:

@monstermeat https://github.com/monstermeat @XenoDelMoto
https://github.com/XenoDelMoto

To be sure, you are still hitting the Run Tests (ctrl+enter) button to
complete the challenge?

I still can't reproduce.

@XenoDelMoto https://github.com/XenoDelMoto it would be great if you
could paste your code here for us to see


You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
#10025 (comment),
or mute the thread
https://github.com/notifications/unsubscribe-auth/AGsWm5NanKU5mXQFuXg_ejpDTdqNv4Ouks5quVB7gaJpZM4JZMOy
.

@Bouncey
Copy link
Member

Bouncey commented Sep 28, 2016

@XenoDelMoto there is an issue with your code, please reread the instructions. If you are still stuck, please click the 'Help' button and you will be taken to a dedicated chat room where people can advise you on you code

@monstermeat
Copy link

@Bouncey Yes, I was hitting the "Run tests" button like in every other assignment. However, the problem seems to have been corrected. I went again just now to the only assignment in the first four sections that was marked unfinished, didn't change a thing and tried again. This time, it worked.

This issue was closed.
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

No branches or pull requests

8 participants