Version v9.1p_2014-06-30/Enterprise Deployment (2014-06-30)
Browser: IE10 Compatibility View
Document mode: IE5 Quirks mode
The menu item text and arrow overflows outisde the menu borders (see image attached). It happen with the showcase menu item itself so not adding another sample to reproduce the issue.
Could you please let me know a fix for this. Thanks
Browser: IE10 Compatibility View
Document mode: IE5 Quirks mode
The menu item text and arrow overflows outisde the menu borders (see image attached). It happen with the showcase menu item itself so not adding another sample to reproduce the issue.
Code:
<html> <head> <style> #wrap { position: fixed; left: 0; width: 100%; top: 0; height: 100%; } #iframe { display: block; width: 100%; height: 100%; } </style> </head> <body> <div id="wrap"> <iframe src="http://www.smartclient.com/smartgwt/showcase/" id="iframe"></iframe> </div> </body> </html>
Comment