Mysidia Adoptables Support Forum  

Home Community Mys-Script Creative Off-Topic
Go Back   Mysidia Adoptables Support Forum > Projects > The Bug Tracker > Bug

Notices

css glitch with tabs and pagination Issue Tools
issueid=7 03-28-2012 07:05 PM
Administrator, Lead Coder
css glitch with tabs and pagination
The css font style and size for tabs/pagination mess up with the main css

This may not be a glitch that causes serious malfunction to sites, but can hurt your eyes much. The css of tabs and pagination does not seem to be compatible with the main theme's, as the font style and size are messed up in profile tabs and whenever pagination class is used. The tabs css also makes drop-down menu disappear magically, for unknown reason. I've assigned Nyxi to fix this bug, hopefully it will be done before Mys v1.3.1 release.
Issue Details
Project The Bug Tracker
Category Unknown
Status Fixed
Priority 5 - Medium
Affected Version Mys v1.3.4
Fixed Version (none)
Users able to reproduce bug 1
Users unable to reproduce bug 0
Assigned Users Tequila
Tags (none)

03-28-2012 08:06 PM
The Grim One
 
Taking a look at the following CSS files:
- menu.css
- online.css
- pagination.css
- tabs.css

Looks like there are conflicting font family & size calls in each file. I've removed the conflicting items and am uploading the cleaned versions. If these new versions do not work, please feel free to PM me or comment with information.
Reply
03-28-2012 08:59 PM
Member
 
I'm assuming we just replace the old with the new. I'm trying it now. I'll letcha know how it works ^,^
Reply
03-28-2012 09:07 PM
Member
 
The dropdown menu for "view profile" page is still vanishing. If it helps you solve /that/ problem, when I looked at the page source earlier it was missing something to do with "if ie.. dropdown css" or something like that..

I was using main, gemstone style. Two of the drop down menus were on a row beneath the others. I managed to fix that for my own site by going into the css thing for style_gemstone and finding "wrap =650px" or something like that.. and changing it to 71% makes it work on all the pages especially if the browser your using is set to "full screen".

For further advice in fixing some things, I discovered two links that you couldn't really edit the link by the admin panel. The text box wouldn't work for some reason. However if you go into the database and find the thing for the links (i think it'd be myadopts_links or something like that) You can edit it there, even change the "parent link" to another one, which will cause the link to appear in a different drop down menu.

hope those helps someone..
Reply
03-28-2012 09:41 PM
The Grim One
 
There is a known issue with IE and css based drop down menus. IE is probably the least usable browser for code. Most have upgraded to either Google Chrome or Firefox because they actually work.

Glad you could find a few fixes. I tried to make it easy to work with.
Reply
03-28-2012 10:03 PM
I am your Nemesis.
 
Ohhh where are the new files?

Edit: duh. Found them :)
Reply
03-28-2012 10:08 PM
I am your Nemesis.
 
I still lose the top menu when viewing profiles :/
Reply
03-28-2012 10:20 PM
The Grim One
 
All right, I'll see what's going on with the top menu. I wonder if moving it down below the header image would change anything.
Reply
03-28-2012 10:48 PM
I am your Nemesis.
 
I moved it... nothing changed :/ But I do like it better there :p
Reply
03-28-2012 11:27 PM
Member
 
I switched from Firefox to Chrome about a year ago.. never looked back xD.

I think the problem is with the php or something to do with the profile page/script. Cause as I stated earlier it didn't have that "if ie ..." thing, but a couple of other pages did (I compared it to two others wondering if I could figure out how to fix that problem) the page source actually had quite a bit less to it than the other pages.

The only other bug I've noticed is (and i'm not sure if this was there before or not) when I go to the page "member list" all the link fonts get like.. huge instead of staying the same size as the other page. I haven't yet looked to see if I can figure out how to fix it on my own as I've been busy moving links around and changing their names and where they go. If I can't fix it, its such a terribly small thing that I'm not that worried on it. (I only mentioned it here cause, as I said, I wasn't sure if it was like that before or not) edit: and members online.
Reply
03-29-2012 12:09 AM
Administrator, Lead Coder
 
Well the profile tabs incompatibility with drop down menu may not be a simple css glitch. If there is any PHP programming errors in it I will give a look and see if I can fix that. If the problem is with the javascript file then we probably are doomed until I learn AJAX. Its a pity though, I actually planned to make it possible for admins to create 'tabbed pages' through ACP, but not if it messes up drop down menu at this point.
Reply
03-29-2012 01:47 AM
I am your Nemesis.
 
It's the css/tabs.css

I just removed it to see and it worked.

When I remove

Code:
.hide { position: absolute; top: -9999px; left: -9999px; }
It loads and then disappears... if any of this helps :/
Reply
03-29-2012 09:26 AM
The Grim One
 
Eh... Hm. I'll see what can be done for this. Never had any problems with it myself.
Reply
04-13-2012 02:08 PM
The Grim One
 
For a new try on the main CSS file replace the html {} code with the following:
PHP Code:
/* Setting Up Basic Styles */

body{
background:#222;
font-family:sans-serif;
color:#333;
font-size:12px;

Reply
04-13-2012 02:26 PM
I am your Nemesis.
 
This is suppose to fix the disappearing bar? If so, nope :(
Reply
04-13-2012 04:49 PM
The Grim One
 
Hm.. Hoffie and I think it may be in the script not the css... so we'll be looking into it.
Reply
04-13-2012 04:54 PM
Administrator, Lead Coder
 
Yeah I see a possibility for that. Since it has AJAX in it, I may not be able to fix this myself.
Reply
09-14-2012 02:07 AM
Administrator, Lead Coder
 
Update: The pagination css glitch is already fixed, I did it by modifying the main css. The disappearance of navtabs from user profile page is still present though, and it seems to be beyond my ability to resolve.
Reply
04-23-2013 11:40 PM
Administrator, Lead Coder
 
Another update: The css glitch with profile tab/dropdown menu is fixed in Mys v1.3.4, the tabs will no longer make dropdown menu disappear any longer. I will post a solution later.
Reply
04-24-2013 07:02 PM
Member
 
Quote:
Originally Posted by Hall of Famer
Another update: The css glitch with profile tab/dropdown menu is fixed in Mys v1.3.4, the tabs will no longer make dropdown menu disappear any longer. I will post a solution later.
Thank you :)

I am working on the map plug in and I am working on a few js files and was having them argue with the tabs.js file. Well not argue with it but you understand I hope. calling on any js library before the one used for the profile tabs seemed to also break the profile tabs. So I hope that in the future I can lend a hand here to resolve js problems in the main source code. My skills are at your disposal.

lol give me a few versions to get familiar with the codes use of math, classes, and functions and I will jump right in to lend a hand where I can.

We may need to come up with some set default required file list to call on pre theme head. that all themes need to follow to be able to be used so that theme coders understand what files are being loaded and called on from the source. I have found that this does resolve many conflict issues from source to extended code writes and re-writes. I will leave this topic here on this comment for fear of diving too deeply into what all I would like to talk about on code at this time.
Reply
04-24-2013 07:07 PM
Member
 
Quote:
Originally Posted by Nyxi
There is a known issue with IE and css based drop down menus. IE is probably the least usable browser for code. Most have upgraded to either Google Chrome or Firefox because they actually work.

Glad you could find a few fixes. I tried to make it easy to work with.
0.o is all I can say. lol yes I only use IE and always only will. ;) joke reply don't take offence please.
Reply
Reply

Issue Tools
Subscribe to this issue

All times are GMT -5. The time now is 12:39 AM.

Currently Active Users: 234 (0 members and 234 guests)
Threads: 4,080, Posts: 32,024, Members: 2,016
Welcome to our newest members, jolob.
BETA





What's New?

What's Hot?

What's Popular?


Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2024, vBulletin Solutions Inc.
vBCommerce I v2.0.0 Gold ©2010, PixelFX Studios
vBCredits I v2.0.0 Gold ©2010, PixelFX Studios
Emoticons by darkmoon3636