These bugs are still not fixed.

Started by
5 comments, last by khawk 4 years, 3 months ago

Email notifications still contain garbage css.

Email notifications have turned themselves on again without any action on my part.

Writing forum posts with two underscores still turns the text italic.

All of these have been reported before, but I can't tell if they are still on a to-do list somewhere, or if they are believed to be fixed and the fix didn't work, or if they have simply been forgotten. So I am reporting them again.

Advertisement

a light breeze said:
Email notifications still contain garbage css.

What's an example of the “garbage css” you see in email notifications?

a light breeze said:
Email notifications have turned themselves on again without any action on my part.

You can turn email notifications off in your settings.

a light breeze said:
Writing forum posts with two underscores still turns the text italic.

This is markdown formatting inherent to the editor. I don't have a solution for this right now. If this is happening with code, perhaps consider using the code style (can be initiated with 3 ` characters or selected from toolbar):

__two_underscores_______or_as____many__as_IWant

Admin for GameDev.net.

What's an example of the “garbage css” you see in email notifications?

Here is an excerpt from a notification I received, as it appears in my email client:

.wrapper {
  width: 100%; }

#outlook a {
  padding: 0; }
  
. . . snip a few more pages of this . . .

.wrapper.secondary {
      background: #F7FBFF;
    }
    
    
    



  
  
    
      
        
                
            
                
                    
                        
                            
                                
                                    
                                    
                                        
                                    
                                    
                                
                            
                        
                    
                
            
            
                
                    
                        
                            
                                
                                    
                                     
                                    
                                
                            
                            
                                
                                    
                                        
                                            

    Hi a light breeze,
    theScore replied to Do you know a way to avoid memory fragmentation ?
    
    
        
            Thanks ! Do you other libraries than boost which allocate like the examples you gave ? Read more
        
    
    
        
            
            
                
                Go to GameDev.net
                
            
            
        
    


                                        
                                    
                                
                            
                        
                    
                
            
            
            
                
                    
                        
                            
                                
                                    Pixels sent by GameDev.net
                                    Don't want these emails? Change your email notification preferences.
                                
                            
                        
                    
                
            
        
      
    
  

You can turn email notifications off in your settings.

Yes, that's what I did, this time and the last time the notifications started to appear. The problem isn't that there's no way to turn off the notifications, the problem is that the notifications turned themselves on again.

a light breeze said:
it appears in my email client:

What is the email client?

Admin for GameDev.net.

I'm using Thunderbird 68.4.1 (64-bit) on Lubuntu. I also have View → Message Body As → Plain Text checked.

a light breeze said:
I also have View → Message Body As → Plain Text checked.

This is the key. I made a change yesterday that might help with this, but I haven't tested in your configuration. Guess we'll find out when you get this in email. ?

Admin for GameDev.net.

This topic is closed to new replies.

Advertisement