Unable to select the text left in the Iframe beyond the visible area
问题 I am using MVC3 and I have an Iframe in my page, and design mode for this Iframe is turned on for editing at run time. while running this in IE9, I am unable to select the text beyond the visible area of the Iframe. For example: if the first 7 lines are visible in my Iframe, then when I scroll to select the content in the 10th line, then the selection does not occur. <iframe id="RFrame" runat="server" style="width: 900px;"></iframe> <script type="text/javascript"> Sys.Application.add_load