Topic Options
Rate This Topic
#140520 - 08/22/08 03:31 PM Wierd Issue
satish143 Offline
Stealth Member

Registered: 07/13/06
Posts: 132
I am working on AR System 5.1 and Mid-tier same. I have an issue where when i am in user tool and Reference to a field anywhere using my cursor for entering data into field it points good but on Mid-tier I have to take the cursor to the first position of the data part to enter some data into the field. Not sure whats happening on mid-tier.

Please Help.

Thanks,
Sat

Top
#140538 - 08/26/08 07:27 PM Re: Wierd Issue [Re: satish143]
satish143 Offline
Stealth Member

Registered: 07/13/06
Posts: 132
Any one know about whats happening in this.

Thanks,
Sat

Top
#140553 - 09/02/08 01:29 PM Re: Wierd Issue [Re: satish143]
soba Offline
Stealth Member

Registered: 01/20/06
Posts: 122
Loc: Turkey
you mean mouse pointer, right? maybe when rendered by the browser, some invisible layer is put on the end of the text box. you can use some browser plug-in to see what you are clicking on.
_________________________
~soba

Top
#140578 - 09/08/08 01:18 PM Re: Wierd Issue [Re: soba]
satish143 Offline
Stealth Member

Registered: 07/13/06
Posts: 132
Can you please explain me again? any solution?

Top
#140587 - 09/09/08 05:49 AM Re: Wierd Issue [Re: satish143]
soba Offline
Stealth Member

Registered: 01/20/06
Posts: 122
Loc: Turkey
the form might be being rendered wrong on the web browser. an invisible html layer (or DIV) might be the reason why you can't click on the text box. it's not a solution, but you can try to use a browser plugin, one like DOM Inspector, which explains the HTML object that you are trying to click on to see if this is the case. maybe this helps finding out if this is related to some field in the form (check object IDs).
_________________________
~soba

Top