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

Show breakpoints, warnings and errors in App Lab again #17382

Merged
merged 3 commits into from Aug 29, 2017

Conversation

davidsbailey
Copy link
Member

@davidsbailey davidsbailey commented Aug 29, 2017

When droplet moved to SVG in #16917 , it inadvertently lost the ability to show breakpoints, warnings and errors in the gutter next to the line number. Pull in a fix for this from droplet-editor/droplet#205, and add a simple eyes test.

Fixes axosoft item https://codeorg.axosoft.com/viewitem?id=1053&type=features&force_use_number=true

var gutterLine = $(".droplet-gutter-line").filter(function (index) { return $(this).text() === "#{line}"; });
var x = gutterLine.offset().left + 5;
var y = gutterLine.offset().top + 5;
gutterLine.simulate( 'mousedown', {
Copy link
Contributor

Choose a reason for hiding this comment

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

super nit that i dont really care about: space before 'mousedown'

@davidsbailey davidsbailey merged commit e156453 into staging Aug 29, 2017
@davidsbailey davidsbailey deleted the show-applab-breakpoints branch August 29, 2017 23:56
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.

None yet

2 participants