<!-- - Thanks for submitting code to Blockly! Please fill out the following as part of - your pull request so we can review your code more easily. --> # Googleへのプルリク ## The basics <!-- TODO: Verify the following, checking each box with an 'x' between the brackets: [x] --> - [x] I branched from develop - [x] My pull request is against develop - [x] My code follows the [style guide](https://developers.google.com/blockly/guides/modify/web/style-guide) ## The details ### Resolves <!-- TODO: What Github issue does this resolve? Please include a link. --> N/A ### Proposed Changes <!-- TODO: Describe what this Pull Request does. Include screenshots if applicable. --> The only current-executed blocks should be highlighted but are not cleared so finally all the blocks are lit on only when they run the program on IE10/11. ![after](https://i.imgur.com/DwS9lkW.gif) ### Reason for Changes <!--TODO: Explain why these changes should be made. Include screenshots if applicable. --> In Japan many online materials of STEM classes for elementary schools are based on Google Blockly, so the case where children use Goolgle Blockly is not rare. Moreover most of Japanese schools are not equipped with Chrome/ Microsoft Edge nor Safari. They use Internet Explorer, even though IE has not supported. We would like to make it clear to children that which code is to debag. https://blockly-demo.appspot.com/static/demos/interpreter/step-execution.html ![before](https://i.imgur.com/JXspUP3.gif) ### Test Coverage <!-- TODO: Please show how you have added tests to cover your changes, - or tell us how you tested it. For each systems you tested, - uncomment the systems in the list below. --> Tested on: * Desktop Chrome * Desktop Firefox * Desktop Safari * Desktop Opera * Windows Internet Explorer 10 * Windows Internet Explorer 11 * Windows Edge <!-- * Smartphone/Tablet/Chromebook (please complete the following information): * Device: [e.g. iPhone6] * OS: [e.g. iOS8.1] * Browser [e.g. stock browser, safari] * Version [e.g. 22] -->