This Question is Possibly Answered

1 "correct" answer available (4 pts) 2 "helpful" answers available (2 pts)
2 Replies Last post: Jul 25, 2008 5:49 PM by Ilya Musihin  
thakurs04   3 posts since
Jul 24, 2008
Currently Being Moderated

Jul 24, 2008 12:41 AM

Problem in hintLabel placement on screen

 

Hi there,

 

 

I am using q hintLabel in my  q:treeTable. Its used in second column but when I mouse over this hint column, the hint is shown to its left ( not like the  hintlabel demo).

 

 

Do I need to do some special settings to make it work the right way.

 

 

 

 

Here's my code

 

 

====================

 

 

<div id="container" class="container">

                            <q:treeTable id="tasksTreeShort"

                                var="rq"

                                expansionState="#{taskMgr.treeExpansionState}"

                                style="width: 100%; table-layout: fixed;"

                                columnIdVar="columnId"

                                focusedStyle="border: 1px dotted black !important;"

                                onkeydown="checkRequestKeys(event)"

                                ondblclick="editRequest()"

                                nodeHasChildrenVar="thereAreSubRequests"

                                headerRowClass="columnheader"

                                useAjax="true">

 

 

.....

 

 

 

                            </q:treeTable>

                            </div>

 

 

 

 

=================================

 

 

 

 

td {

    font-size: 11px;

    font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;

    padding-top: 4px;

}

 

.container

 

.columnheader

 

 

 

 

===========================================

 

 

:-)Ajay

 

 

Ilya Musihin TeamDev Ltd. 38 posts since
May 22, 2008
Currently Being Moderated
1. Jul 24, 2008 6:49 PM in response to: thakurs04
Re: Problem in hintLabel placement on screen

Hello Ajay,

 

We will investigate the information you have provided and let you know about the results as soon as possible.

 

Sincerely,

Ilya Musihin

Ilya Musihin TeamDev Ltd. 38 posts since
May 22, 2008
Currently Being Moderated
2. Jul 25, 2008 5:49 PM in response to: thakurs04
Re: Problem in hintLabel placement on screen

Hi Ajay,

 

 

Unfortunately, I'm not able to reproduce your problem. Could you please send us full JSF page with all related content such as CSS files?

 

 

Please also note that according to our preliminary considerations this error may be caused by complex page design with many inner blocks and styles, so you may consider simplifying the page to solve this problem until we'll be able to analyze the problem and prepare a solution.

 

 

Sincerely,

 

 

Ilya Musihin

More Like This

  • Retrieving data ...