web-maker
web-maker copied to clipboard
Unable to scroll if clicked a # link.
Meta info
- Is this a bug or suggestion?: Bug
- Version (click on help icon in footer): v3.4.2
- Context - Web app, Chrome extension or both?: Both
Unable to scroll in chrome extension if clicked a # link. Clicking on the link moves the application editor window up and cannot be scrolled down. However regular scrolling in the html viewer section works.
Example code:
<div id="a" style="height: 400px; background: red">
<p>section a</p>
<a href="#b">click to goto b</a>
</div>
<div id="b" style="height: 400px; background: green">
<p>section b</p>
<a href="#a">click to goto a</a>
</div>
I am still looking to figure out this issue :/ Duplicate of #141 #195