cancel
Showing results for 
Search instead for 
Did you mean: 

when opening view with FTE there is always an initial space

former_member211591
Contributor
0 Kudos

Hi all,

when opening a view with a FormattedTextEdit (FTE) in it, the FTE has always an initial space (it is not empty). Thus the user always first has to delete the (single) space before he can start writing text.

Does anybody know anything about this behaviour? Any ideas?

Thanks...

ismail

PS: Ok, it's just a single space, but it matters. The deleting of the space-character has already happend about 180000 times in our system.

Accepted Solutions (1)

Accepted Solutions (1)

amy_king
Active Contributor
0 Kudos

Hi Ismail,

I'm on a NW 702 SP11 system and don't get an initial space in the FTE element. The element does have default padding, but it is not space that I can delete. If your runtime is inserting a default space, then maybe you could remove it with a supply function or in WDDOINIT by explicitly setting the bound attribute to null or blank.

Cheers,

Amy

former_member211591
Contributor
0 Kudos

Hi Amy,

we are on NW 701 Level 12. Maybe there is a missing patch.

I contacted SAP support with this problem.

Let's see what they have to say.

(It is not the default padding, there is a space which I can delete, altough the bound attribute is blank/initial.)

Thanks for checking...

ismail

former_member211591
Contributor
0 Kudos

FYI,

it seems to be an issue with the Firefox Browser. IE doesn't have this problem.

SAP is looking for a solution.

I'll keep you informed.

BR

former_member211591
Contributor
0 Kudos

Hi all,

install SAP note 1819083 to fix this issue.

BR

ismail

Answers (2)

Answers (2)

Former Member
0 Kudos

Hello Ismail,

Refer following wdp component.It might give you an idea.

WDR_TEST_TEXT_EDIT

Katrice

former_member211591
Contributor
0 Kudos

Hi,

I think you don't get my point. It has nothing to do with a wrong binding or wrong use of the UIElement. It's, in my opinion, a strange behaviour.

I made a screenshot of WDR_TEST_TEXT_EDIT to clearify. Can you verify this problem on your system with testing service WDR_TEST_TEXT_EDIT?

Is there an OSS note regarding this problem? Does anybody know?

Thanks

ismail

Former Member
0 Kudos

I think its a standard behavior of FTE UI element

Katrice

former_member211591
Contributor
0 Kudos

I think it is a standard bug.

KrisKanth
Explorer
0 Kudos

Please check the binding value for this element