mirror of
				https://github.com/go-gitea/gitea
				synced 2025-10-31 19:38:23 +00:00 
			
		
		
		
	Polyfill SubmitEvent for PaleMoon (#28441)
This commit is contained in:
		| @@ -106,7 +106,7 @@ function switchTitleToTooltip(target) { | ||||
| /** | ||||
|  * Creating tooltip tippy instance is expensive, so we only create it when the user hovers over the element | ||||
|  * According to https://www.w3.org/TR/DOM-Level-3-Events/#events-mouseevent-event-order , mouseover event is fired before mouseenter event | ||||
|  * Some old browsers like Pale Moon doesn't support "mouseenter(capture)" | ||||
|  * Some browsers like PaleMoon don't support "addEventListener('mouseenter', capture)" | ||||
|  * The tippy by default uses "mouseenter" event to show, so we use "mouseover" event to switch to tippy | ||||
|  * @param e {Event} | ||||
|  */ | ||||
|   | ||||
		Reference in New Issue
	
	Block a user