lanyusea commented on issue #8524:
URL: https://github.com/apache/superset/issues/8524#issuecomment-771569958


   @suddjian 
   I'm trying to get this work with onmouseover/onmouseout
   
   ```
   SELECT
   '<img src="https://media.giphy.com/media/lcySndwSDLxC4eOU86/giphy.gif"; 
onmouseover="this.src='ttps://media.giphy.com/media/lcySndwSDLxC4eOU86/giphy_new.gif'
 alt="panda" />' as img
   ```
   
   the resulting sample is correct, but when exploring there is only the 'img' 
part of code, the 'onmouseover' got disappeared when I check from the developer 
console.
   
   any idea how to add this feature? 


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
[email protected]



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to