使用 MarkdownDeep 奇怪的跳转到页面顶部行为
我正在使用 MarkdownDeep .Net/Javascipt Edition 来开发 MVC 3 应用程序。通过 NuGet 添加它。页面呈现 Markdown 锐框就好了。但是,如果单击 Markdown 锐利工具栏上的任何图标,我会得到一个奇怪的跳转到页面顶部的行为。我用谷歌搜索了一下,没有发现其他人有这个问题。 有什么想法吗?脚本文件和 CSS 已正确加载 - Chrome 控制台中没有错误。
I am playing with MarkdownDeep .Net/Javascipt Edition for an MVC 3 application. Added it via NuGet. The page renders Markdown sharp box just fine. However I get a weird jump to top of page behavior if any of the icons on the markdown sharp toolbar are clicked. I googled and didn't find anyone else having this issue.
Any thoughts? The script file and css are being loaded properly - no errors in Chrome console.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您是否检查过页面中是否包含 microsoft ajax 脚本以及 web.config 文件是否已配置为使用它?尝试一些简单的东西,例如 ajax.beginform 来查看它是否发布页面或是否调用 ajax post。
Have you checked that the microsoft ajax scripts are included in the page and that the web.config file is configured to use it? Try something simple like a ajax.beginform to see if it posts the page or if it calls an ajax post.