View Issue Details

This bug affects 1 person(s).
 4
IDProjectCategoryView StatusLast Update
04597Bug reportsOtherpublic2010-11-10 17:17
Reporteruser9586Assigned Toc_schmitz  
PrioritylowSeverityminor 
Status closedResolutionfixed 
Product Version1.90 
Fixed in Version1.90 
Summary04597: The 'Display token' table is outside of the screen on Chrome/Chromium
Description

In the token administration interface, the 'Display token' table is flushed right on Chrome 6/Chromium, moving the entire table outside of the screen.

The attached patch adds a 'clear: left;' for #browsetokens.

TagsNo tags attached.
Attached Files
patch-svn.diff (385 bytes)   
Index: admin/styles/default/adminstyle.css
===================================================================
--- admin/styles/default/adminstyle.css	(revision 9421)
+++ admin/styles/default/adminstyle.css	(working copy)
@@ -650,6 +650,7 @@
     margin: 5px 2px;
     border: 1px solid;  
     border-color: #D2E0F2 #8195BA #8195BA #D2E0F2;
+    clear: left;
 }
 
 .browsetokens th {
patch-svn.diff (385 bytes)   
Bug heat4
Complete LimeSurvey version number (& build)9114
I will donate to the project if issue is resolved
Browser
Database type & version
Server OS (if known)
Webserver software & version (if known)
PHP Version

Users monitoring this issue

There are no users monitoring this issue.

Activities

c_schmitz

c_schmitz

2010-10-11 23:55

administrator   ~13094

Can you please provide the patch as a subversion patch (svn diff) against our 1.91 development version at the subversion branch at :
https://limesurvey.svn.sourceforge.net/svnroot/limesurvey/source/limesurvey_dev

Thank you!

user9586

2010-11-05 17:54

  ~13435

Updated!

c_schmitz

c_schmitz

2010-11-05 21:31

administrator   ~13439

Thank you! Next?

c_schmitz

c_schmitz

2010-11-10 17:17

administrator   ~13491

Released in latest Stable Plus version.

Issue History

Date Modified Username Field Change
2010-09-14 14:44 user9586 New Issue
2010-09-14 14:44 user9586 File Added: patch.diff
2010-10-11 23:55 c_schmitz Status new => feedback
2010-10-11 23:55 c_schmitz Note Added: 13094
2010-11-05 17:53 user9586 File Added: patch-svn.diff
2010-11-05 17:54 user9586 Note Added: 13435
2010-11-05 17:54 user9586 Status feedback => new
2010-11-05 21:27 c_schmitz File Deleted: patch.diff
2010-11-05 21:29 c_schmitz Status new => resolved
2010-11-05 21:29 c_schmitz Fixed in Version => 1.90
2010-11-05 21:29 c_schmitz Resolution open => fixed
2010-11-05 21:29 c_schmitz Assigned To => c_schmitz
2010-11-05 21:30 c_schmitz Project @2@ => Bug reports
2010-11-05 21:31 c_schmitz Note Added: 13439
2010-11-10 17:17 c_schmitz Note Added: 13491
2010-11-10 17:17 c_schmitz Status resolved => closed
2021-03-08 20:08 c_schmitz Category Admin Tools => (No Category)