<- Previous Log Select Different Log Next Log ->  
Searching from 2023-12-11 00:00:00 to 2023-12-11 23:59:59.999999.
Query completed in 0.53 seconds
[2023-12-11 00:22:15] <-- Armanelgtron has quit (No Ping reply in 180 seconds.)
[2023-12-11 00:25:25] <-- Armanelgtron has quit (No Ping reply in 240 seconds.)
[2023-12-11 00:26:38] --> Armanelgtron has joined the channel
[2023-12-11 00:26:38] -!- Topic for #armagetron is "Armagetron Advanced | http://www.armagetronad.org/ | Welcome to IRC"
[2023-12-11 00:26:38] -!- Topic set by ChanServ!services@services.oftc.net on 2022-12-21 00:36:08 UTC
[2023-12-11 00:26:39] -!- weber.oftc.net set mode #armagetron +nt
[2023-12-11 00:26:39] -!- Channel #armagetron created on 2021-04-20 19:56:37 UTC
[2023-12-11 00:27:21] --> Armanelgtron has joined the channel
[2023-12-11 00:27:22] -!- calcium.libera.chat set mode #armagetron +nt
[2023-12-11 00:27:22] -!- Channel #armagetron created on 2021-05-20 17:23:14 UTC
[2023-12-11 04:12:34] <Lucifer_arma> I hate javascript
[2023-12-11 04:12:34] <armagetronbridge> 10irc:Lucifer_arma| I hate javascript
[2023-12-11 04:13:53] <Lucifer_arma> so I have a ul that's display: none when the page loads.  I'm trying to add an eventlistener to it for clicking the mouse.  When you focus on the text input, the ul appears.  Now you're supposed to click something in it, of course.
[2023-12-11 04:13:53] <armagetronbridge> 10irc:Lucifer_arma| so I have a ul that's display: none when the page loads.  I'm trying to add an eventlistener to it for clicking the mouse.  When you focus on the text input, the ul appears.  Now you're supposed to click something in it, of course.
[2023-12-11 04:14:21] <Lucifer_arma> But the event handler isn't being called.  BUT, when I put it to display: block when the page loads, the event listener attaches fine.
[2023-12-11 04:14:21] <armagetronbridge> 10irc:Lucifer_arma| But the event handler isn't being called.  BUT, when I put it to display: block when the page loads, the event listener attaches fine.
[2023-12-11 04:15:08] <Lucifer_arma> Then when you click outside and the ul goes back to display: none, the event handler stops working
[2023-12-11 04:15:08] <armagetronbridge> 10irc:Lucifer_arma| Then when you click outside and the ul goes back to display: none, the event handler stops working
[2023-12-11 04:47:36] <Lucifer_arma> haha, fixed it
[2023-12-11 04:47:36] <armagetronbridge> 10irc:Lucifer_arma| haha, fixed it
[2023-12-11 04:48:09] <Lucifer_arma> so, the event handler that changed the display property was causing the ul to disappear before the click happened, making the click happen on a different element, thus not triggering the click event handler
[2023-12-11 04:48:09] <armagetronbridge> 10irc:Lucifer_arma| so, the event handler that changed the display property was causing the ul to disappear before the click happened, making the click happen on a different element, thus not triggering the click event handler
[2023-12-11 04:48:20] <Lucifer_arma> I changed how it hides and shows the list and now it works fine
[2023-12-11 04:48:21] <armagetronbridge> 10irc:Lucifer_arma| I changed how it hides and shows the list and now it works fine
[2023-12-11 04:48:32] <Lucifer_arma> I hate javascript
[2023-12-11 04:48:32] <armagetronbridge> 10irc:Lucifer_arma| I hate javascript
[2023-12-11 05:16:43] <Lucifer_arma> html + javascript is still just as whack as ever
[2023-12-11 05:16:43] <armagetronbridge> 10irc:Lucifer_arma| html + javascript is still just as whack as ever
[2023-12-11 06:08:41] <Lucifer_arma> I shouldn't watch monk while working on webpages.  I'm apparently channeling his ocd into my css
[2023-12-11 06:08:41] <armagetronbridge> 10irc:Lucifer_arma| I shouldn't watch monk while working on webpages.  I'm apparently channeling his ocd into my css
[2023-12-11 06:37:03] --> DruidMonroe has joined the channel
[2023-12-11 15:49:52] <armagetron-bridge> 05discord:schplorf| How can i limit the framerate in the game? Right now it renders too fast causing a bunch of nasty coil whine on my GPU
[2023-12-11 15:49:53] <armagetronbridge> 05discord:schplorf| How can i limit the framerate in the game? Right now it renders too fast causing a bunch of nasty coil whine on my GPU
[2023-12-11 16:10:53] <armagetron-bridge> 13discord:Juesto| enable vsync or use experimental 0.4 to limit fps
[2023-12-11 16:10:53] <armagetronbridge> 13discord:Juesto| enable vsync or use experimental 0.4 to limit fps
[2023-12-11 16:22:28] <armagetron-bridge> 05discord:schplorf| According to Nvidia settings vsync is on, I guess I'll try experimental 0.4
[2023-12-11 16:22:28] <armagetronbridge> 05discord:schplorf| According to Nvidia settings vsync is on, I guess I'll try experimental 0.4
[2023-12-11 19:44:58] <-- DruidMonroe has quit (Ping timeout: 260 seconds)
[2023-12-11 19:51:56] <-- Armanelgtron has quit (No Ping reply in 180 seconds.)
[2023-12-11 19:53:16] <-- Armanelgtron has quit (No Ping reply in 210 seconds.)
[2023-12-11 19:55:59] --> Armanelgtron_ has joined the channel
[2023-12-11 19:55:59] -!- Topic for #armagetron is "Armagetron Advanced | http://www.armagetronad.org/ | Welcome to IRC"
[2023-12-11 19:55:59] -!- Topic set by ChanServ!services@services.oftc.net on 2022-12-21 00:36:08 UTC
[2023-12-11 19:55:59] <-- Armanelgtron has quit (Ping timeout: 480 seconds)
[2023-12-11 19:56:00] -!- larich.oftc.net set mode #armagetron +nt
[2023-12-11 19:56:00] -!- Channel #armagetron created on 2021-04-20 19:56:37 UTC
[2023-12-11 19:56:11] --> Armanelgtron has joined the channel
[2023-12-11 19:56:12] -!- lead.libera.chat set mode #armagetron +nt
[2023-12-11 19:56:12] -!- Channel #armagetron created on 2021-05-20 17:23:14 UTC

View entire month
DISCLAIMER: These logs of public chat may contain some content which may not be appropriate for all audiences. Use at your own risk.
Logs from 2006-2009 pulled from wrtlprnft
Format changes at: 2015-08-25, 2017-02-20, and 2020-03-23. Times (2015 and later) should be Eastern.


 
 
 ArmaNelgTron.tk
 © NelgTron 2014-2024. Made for . [About this site] [Credits]