web-maker icon indicating copy to clipboard operation
web-maker copied to clipboard

Unable to scroll if clicked a # link.

Open anshuraj opened this issue 7 years ago • 1 comments

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>

anshuraj avatar Oct 12 '18 09:10 anshuraj

I am still looking to figure out this issue :/ Duplicate of #141 #195

chinchang avatar Oct 14 '18 06:10 chinchang