Results 77 comments of Violet Rosenzweig

It appears to be a MicrosoftAjax issue, but no idea where an appropriate place would be to open an issue with them.

That could be something to try out and just see what happens; modify [this line](https://github.com/dnnsoftware/Dnn.Platform/blob/463b867bcdd850aa9bb6a581f6d8b4da59b7f648/DNN%20Platform/Website/js/Debug/MicrosoftAjax.js#L3592) to say `beforeunload` instead of `unload`, though that probably won't work if the event actually...

Another thing to try is just delete the line entirely and see what happens. It already doesn't fire reliably, and it will be gone for good eventually, so it would...

Our current situation: Users want to schedule a post to expire after a real-world event is happening (a conference, a meeting, etc). Let's say that event is happening at 5pm...

I would suggest that this could be implemented as a new Input Type of the Date Type "Date and/or Time", perhaps called "Local Date/time picker" or "Localized Date/time picker", or...

I think I could possibly handle this one. I assume the internal structure of input types is similar to that for user-created input types?

I've been running into this same issue (with Esri TileJSON being non spec compliant), and I'd like to contribute this feature (though I'm not sure I'd be able to). Some...

@KiwiKilian I agree wholeheartedly! However, I and other Esri users don't control what their API returns. I have let them know about the issue, but it's been known since at...

The fix here is quite annoying due to the animations; otherwise, you could simply change `style={[StyleSheet.absoluteFill, { zIndex: isFocused ? 0 : -1 }]}` to `style={[StyleSheet.absoluteFill, { display: isFocused ?...