[ESTEST] #30: Long identifier strings overflow in search results

1 view
Skip to first unread message

Team ESTEST

unread,
May 15, 2012, 1:56:32 PM5/15/12
to estes...@gmail.com
#30: Long identifier strings overflow in search results
------------------------+---------------------------------------------------
Reporter: yuangm | Owner: yuangm
Type: defect | Status: new
Priority: major | Milestone:
Component: component1 | Version: 1.3.0
Keywords: |
------------------------+---------------------------------------------------
An identifier such as "
Three_Case_Studies_in_Electronic_Structure_Using_ESTEST/S22/ABINIT/06_2pyridoxine2aminopyridinecomplex/s2pyridoxine2aminopyridinecomplex.xml"
will easily overflow the width of the table in search results.

--
Ticket URL: <http://estest.ucdavis.edu/trac/ticket/30>
ESTEST <http://estest.ucdavis.edu>
Validation and verification for electronic structure tools

Team ESTEST

unread,
May 16, 2012, 4:35:30 PM5/16/12
to estes...@gmail.com
#30: Long identifier strings overflow in search results
------------------------+---------------------------------------------------
Reporter: yuangm | Owner: yuangm
Type: defect | Status: new
Priority: major | Milestone:
Component: component1 | Version: 1.3.0
Keywords: |
------------------------+---------------------------------------------------

Comment(by yuangm):

Note this overflow only occurs on Chrome browsers.

--
Ticket URL: <http://estest.ucdavis.edu/trac/ticket/30#comment:1>

Team ESTEST

unread,
Jun 21, 2012, 6:54:10 PM6/21/12
to estes...@gmail.com
#30: Long identifier strings overflow in search results
-------------------------+--------------------------------------------------
Reporter: yuangm | Owner: yuangm
Type: defect | Status: closed
Priority: major | Milestone:
Component: component1 | Version: 1.3.0
Resolution: fixed | Keywords:
-------------------------+--------------------------------------------------
Changes (by yuangm):

* status: new => closed
* resolution: => fixed


Comment:

Fixed in r1147 by wrapping element in div with css
{
width: 650px;
overflow: visible;
text-overflow: ellipsis;
word-wrap: break-word;
word-break: break-all;
}

--
Ticket URL: <http://estest.ucdavis.edu/trac/ticket/30#comment:2>

Reply all
Reply to author
Forward
0 new messages