Star Army

Star ArmyⓇ is a landmark of forum roleplaying. Opened in 2002, Star Army is like an internet clubhouse for people who love roleplaying, art, and worldbuilding. Anyone 18 or older may join for free. New members are welcome! Use the "Register" button below.

Note: This is a play-by-post RPG site. If you're looking for the tabletop miniatures wargame "5150: Star Army" instead, see Two Hour Wargames.

  • If you were supposed to get an email from the forum but didn't (e.g. to verify your account for registration), email Wes at [email protected] or talk to me on Discord for help. Sometimes the server hits our limit of emails we can send per hour.
  • Get in our Discord chat! Discord.gg/stararmy

Resolved Firefox Bug with Flash Upload Button

Wes

Founder & Admin
Staff Member
🌸 FM of Yamatai
🎖️ Game Master
Discord Booster
🎨 Media Gallery
Due to an issue with Firefox 49.0.1 and Flash (including the latest version), the upload button on the forum posts appears blank white when you're using Firefox to post a new topic.This happens with all of our forum styles. The ability to upload files is not affected. Hopefully this will be fixed by Adobe and/or Mozilla soon. I'm looking into ways I can fix it from our end too.

upload_2016-10-21_9-9-29.webp

Also please note that on XenForo, you can copy-paste images directly into your posts!

Related thread: https://theadminzone.com/threads/firefox-issue-and-file-upload.142335/
 
Aha, I found a temporary patch:

OK here's a quick fix without editing the SWF Uploader file:

Edit the template attachment_editor.css

Find:

.swfupload
{
position: absolute;
z-index: 1;
}

And add (in red):

.swfupload
{
position: absolute;
z-index: 1;
width: 0px !important;
}

Save and the problem goes away.

;)
 
Reverted changes to attachment_editor.css and implemented other workaround by adding to EXTRA.css:
Code:
.swfupload { opacity: 0; }
 
RPG-D RPGfix
Back
Top