← Back to team overview

sikuli-driver team mailing list archive

[Bug 1206413] [NEW] Problem with Region().text() functionality

 

Public bug reported:


Sikuli Version: 1.0.0

Operating System: WinXP 32bit

Bug Description: IF my region cointains a string of words, Region.text()
returns me the string with the 1st two words concatinated.

Ex:
if the image contains the following string "Ram is a good boy"

Region.text returns:

"Ramis", "a", "good", "boy"

Expected Result:

"Ram", "is", "a", "good", "boy"

Please check

** Affects: sikuli
     Importance: Undecided
         Status: New

-- 
You received this bug notification because you are a member of Sikuli
Drivers, which is subscribed to Sikuli.
https://bugs.launchpad.net/bugs/1206413

Title:
  Problem with Region().text() functionality

Status in Sikuli:
  New

Bug description:
  
  Sikuli Version: 1.0.0

  Operating System: WinXP 32bit

  Bug Description: IF my region cointains a string of words,
  Region.text() returns me the string with the 1st two words
  concatinated.

  Ex:
  if the image contains the following string "Ram is a good boy"

  Region.text returns:

  "Ramis", "a", "good", "boy"

  Expected Result:

  "Ram", "is", "a", "good", "boy"

  Please check

To manage notifications about this bug go to:
https://bugs.launchpad.net/sikuli/+bug/1206413/+subscriptions


Follow ups

References