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

Bootstrap template fixes #56

Merged
merged 5 commits into from
Mar 23, 2017

Conversation

anrodkin
Copy link
Contributor

@anrodkin anrodkin commented Mar 21, 2017

Fixes for BOOTSTRAP template

  • Removed unexpected reports scrolling during expanding screenshots
  • Made all screenshots collapsed by default. It prevents browser freezes for reports with a big number of screenshots
  • Fix for reports with screenshots for each step. Now only one screenshot is expanded when we click on "Screenshot +" link. In previous variant more then one screenshot could be expanded by one click

…s for reports with a big number of screenshots
…ot is expanded when we click on "Screenshot +" link. In previous variant more then one screnshot could be expanded by one click
@anrodkin
Copy link
Contributor Author

Not sure why travis-ci fails. All tests are passed on my local machine

@gkushang
Copy link
Owner

Thanks, @anrodkin for the PR. Let me take a look why it fails

@gkushang
Copy link
Owner

@anrodkin it looks good. This PR should fix your build, which is merged to develop. Can you rebase the develop and push?

@anrodkin anrodkin closed this Mar 23, 2017
@anrodkin anrodkin reopened this Mar 23, 2017
@anrodkin
Copy link
Contributor Author

Done

@@ -134,9 +134,9 @@ this.Then(/^<%= step.name.replace(/"[^"]*"/g, '"\(\[\^\"\]\*\)"') %>$/, function
<% } %>

<% if (step.image) { %>
<a class="toggle" href="#">Screenshot -</a>
<a class="toggle" href="javascript: void(0);">Screenshot -</a>
Copy link
Owner

@gkushang gkushang Mar 23, 2017

Choose a reason for hiding this comment

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

Could you change the toggle from - to + at Screenshot - so that Screenshot would launch at the first click? Otherwise, the user has to click twice initially.

@gkushang gkushang merged commit 6cd7b22 into gkushang:develop Mar 23, 2017
@anrodkin anrodkin deleted the bootstrap-template-fixes branch March 23, 2017 14:49
@gkushang
Copy link
Owner

All set. Published with v0.3.8

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.

2 participants