TOLOGIX - ISLG Public & Members Site Design

Problems with Dispute Document tab

Assigned to
Anil Vaghela Anil V.

Comments & Events

Morgan Maguire, CEO
Further to the video below, there are the following problems that need to be resolved under the Dispute Documents tab: http://new.investorstatelawguide.com/disputedirectory/disputedocument?toc=disputedirectory&id=10#pdfFrame--dspWTO-1

  1. Adapting to narrow browsers
  2. Consistent Aktiv font in filter heading, dropdown menus, document titles, etc.
  3. Typo in "LEARN MORE ABOUT:Dispute Documents"
  4. Page alignment when results are loaded in the Dispute Documents Directory
  5. Remove "VIEWING TIP: CLICK THE DOCUMENT AND PRESS F8 TO REMOVE THE TOOLBAR" from above inline viewing windows (across the entire system)
  6. Ensure links to "new pdf window" and "close" above inline viewing window stay aligned with top-right corner.
Anil Vaghela
Hello Morgan Maguire, CEO Morgan and Stefanie Gibson, UX Researcher at Industrial Stefanie

We have used http://tologix-member-stage.s3-website.ca-central-1.amazonaws.com/ page as a reference for member site's new design. We need help of Kevin Andrews, Industrial Kevin to resolve below 2 issues as those issues are also exists in this page.

  1. Adapting to narrow browsers
  2. Sticky Quick Link overlapping issue
Kevin Andrews, Industrial
Anil Vaghela Anil It looks like an older version of the CSS is being used which would explain the quick menu overlapping the page content.

I'm going to make some adjustments for the header and I will send you some updated files here.
Anil Vaghela
Thanks Kevin Andrews, Industrial Kevin

Can you also help us for narrow browsers issue posted by Morgan in above video.
Anil Vaghela
Hello Kevin Andrews, Industrial Kevin ,

Thanks for your help.

Can you provide us specific changes for sassquatch.css as we have also done some changes in this file. 
Kevin Andrews, Industrial
Sure, I would recommend going forward to create a new CSS file for any further changes you make, and include it after sassquatch.css as this file I'm generating using a preprocessor.

remove the min-width:1240px; declaration from .container

and replace all CSS declarations prefixed with .nav and .header with the contents of the attached file.

Kevin Andrews, Industrial
Ill try to be more specific with changes here:

html,
body{
  *REMOVE MIN-WIDTH*
}

.container{
   * REMOVE MIN-WIDTH*
   * ADD *
   padding: 0 60px;
}

.header__content .container{
   * CHANGE *
   padding-left:430px;   TO padding-left: 490px;
}

* ADD *
@media(max-width:1220px){
   .header__brand{
     width:250px;
   }
   .header__content{
      overflow-x:auto;
   }
   .header__content .container{
      padding-left:290px;
      min-width:1060px;
   }
}

.nav--primary .nav__menu{
   overflow-x:auto;
   white-space:nowrap;
}

.nav--primary .nav__menu > li{
   * REMOVE * float:left;
   * ADD * display:inline-block;
}

.nav--primary .nav__submenu-wrapper .container{
   padding:0 60px;
}

.nav--primary .nav__submenu{
   white-space:normal;
}
Anil Vaghela
Thanks Kevin Andrews, Industrial Kevin ,

We will integrate new css and let you know in case of any query.
Harsh Parikh, Tech Lead at DevIT
Hi Morgan Maguire, CEO Morgan ,

Above all issues have been resolved except Adapting to narrow browsers.
Please check and confirm.
Harsh Parikh, Tech Lead at DevIT
Hi Morgan Maguire, CEO Morgan ,

The alignment issue is already resolved. Please refresh your whole page with Ctrl + F5 key to load the scripts.

We have also resolved the way of filter loaded in page. Please check and confirm.
Anil Vaghela
Hello Kevin Andrews, Industrial Kevin ,

We have updated css and javascripts but we are still facing following issue:
1. Adapting to narrow browsers (Morgan has explained this issue in the above very first video.)

Can you please guide us to resolve this?
Morgan Maguire, CEO
Hi Harsh Parikh, Tech Lead at DevIT Harsh ,

Alignment issue is resolved.

I'll keep this to-do open until Kevin Andrews, Industrial Kevin is able to address the issue concerning the adapting all pages to different browser sizes (across entire members site).

Thanks,

Morgan
Kevin Andrews, Industrial
Hi Anil Vaghela Anil ,

Please replace the existing sassquatch.css file with the file that is attached.

Also when I was looking at the source code on new.investorstatelawguide.com I noticed you were including the stylesheet twice, once in the <head> of the document and once within the main page <div>. Please remove the second reference (see attached screenshot).

Finally you just need to remove the min-width from your newdesign.css found at the top of the file (see attached screenshot).


I have updated the static test page to reflect these changes.
http://tologix-member-stage.s3-website.ca-central-1.amazonaws.com/
Harsh Parikh, Tech Lead at DevIT
Thanks Kevin Andrews, Industrial Kevin . We have integrated the changes and its seems look good.

Morgan Maguire, CEO Morgan , We have integrated Kevin suggested chenges in new site. Therefore, the adapting all pages to different browser sizes issue has resolved across whole site.

Please check and confirm.

Note : Please refresh the page if you can't able to see any change. 
Kevin Andrews, Industrial
My apologies Harsh Parikh, Tech Lead at DevIT Harsh ,

The css file I provided above seems to be missing some of the styles, most notably fixes to the footer.

please replace with the following.

Harsh Parikh, Tech Lead at DevIT
Hi Kevin Andrews, Industrial Kevin ,

We have replaced the sassquatch.css and it looks good. Please check and confirm.
Morgan Maguire, CEO
Hi Harsh,

The changes looks great; however, the following issue still need to be resolved:

  1. Overlapping text from sub-groups within Article Citator: http://new.investorstatelawguide.com/ResearchTools/ArticleCitator?toc=content&id=201&cat=&subcat= 
  2. Dropdown menus from Full Text Filters do not fully adjust to browser window: http://new.investorstatelawguide.com/ResearchTools/FullTextSearch?toc=content&id=97&tab=r 
Thanks,

Morgan
Kevin Andrews, Industrial
Harsh Parikh, Tech Lead at DevIT Harsh

In the screenshots that morgan posted above, the form fields are overflowing because they have static widths assigned to them. For these to flow correctly those static widths will have to be removed or replaced with percentages.



The subnav overflowing the page title seems to be because a function from the javascript I provided does not seem to be running. Was that file included in the page?

Harsh Parikh, Tech Lead at DevIT
Hi Morgan Maguire, CEO Morgan ,

The Full Text Search Dropdown menu issue has resolved.

Kevin Andrews, Industrial Kevin , For Article Citator, We have replaced sassquatch.js but the issue of Overlapping text from sub-groups within Article Citator is still present.
Kevin Andrews, Industrial
Harsh Parikh, Tech Lead at DevIT Harsh  I have inspected the source code and was unable to find the updated javascript file. You are including sassquatch.min.js and when I look inside of that file it does not include the necessary function that is included in the file above.
Morgan Maguire, CEO
Hi Harsh Parikh, Tech Lead at DevIT Harsh ,

In addition to Kevin's comment above, the adjustment to filter fields in the Full Text Search looks good. However, I noticed that the search field does not adjust (see screenshot):



Thanks,

Morgan
Harsh Parikh, Tech Lead at DevIT
Hi Morgan Maguire, CEO Morgan ,

We have adjusted the FTS search field in narrow browser. Please check and confirm.

Kevin Andrews, Industrial Kevin , We have replaced only sassquatch.js file which you have provided above. We did not change anything in  sassquatch.min.js file. 

Please provide the updated sassquatch.min.js file.
Kevin Andrews, Industrial
Harsh Parikh, Tech Lead at DevIT Harsh
Sassquatch.js and Sassquatch.min.js should be the same file and only one needs to be included in the application.
Harsh Parikh, Tech Lead at DevIT
Thank Kevin Andrews, Industrial Kevin .

We have replaced the sassquatch.min.js file. Therefor, The overlapping text from sub-groups within Article Citator issue has resolved.

Morgan Maguire, CEO Morgan  Please check and confirm.
Harsh Parikh, Tech Lead at DevIT
Hi Morgan Maguire, CEO Morgan ,

We have checked the above issue in all browsers and it is working fine. Please find the attached screenshot.

Please reload the page with Ctrl+ F5 key to load CSS design properly.

Let us know if you still get an issue.
Morgan Maguire, CEO
Hi Harsh Parikh, Tech Lead at DevIT Harsh ,

Further to the video below, I'm still seeing the overlapping text issue appear. I'm seeing the fix appear as well when adjusting the size of the browser after the page is loaded, but there's still some work to be done here. Also, could we please eliminate the gap between the heading and the rest of the page for the fix.

Thanks,

Morgan
Harsh Parikh, Tech Lead at DevIT
Hi Kevin Andrews, Industrial Kevin ,

We tried to resolve the above issue but couldn't. Can you please look into this ?
Kevin Andrews, Industrial
Harsh Parikh, Tech Lead at DevIT Harsh ,

Can you replace sassquatch.min.js with this file. The issue is a bit difficult to debug as it is functioning properly on the static stage site. This file is not minified so it will be easier to see what is going on.
Harsh Parikh, Tech Lead at DevIT
Thank Kevin Andrews, Industrial Kevin . We have called  sassquatch.js in place of sassquatch.min.js.

Morgan Maguire, CEO Morgan , The issue of overlap text in Article Citator and space issue between title and sub-menu have resolved.

Please check and confirm.

Note : We have replaced the script so please reload the page once.
Kevin Andrews, Industrial
Looks good on my end Harsh Parikh, Tech Lead at DevIT Harsh  
Anil Vaghela
Thanks Kevin Andrews, Industrial Kevin ,

Morgan Maguire, CEO Morgan , can you check at your end and confirm?
Morgan Maguire, CEO
It's looking good now. All the requirements of this to-do are resolved. Marking to-do complete.

Thanks,

Morgan
Morgan Maguire, CEO
Morgan Maguire completed this to-do.