Bug 148288 - textarea is getting locked when filled to the limit
Summary: textarea is getting locked when filled to the limit
Status: RESOLVED DUPLICATE of bug 147485
Alias: None
Product: konqueror
Classification: Applications
Component: khtml (show other bugs)
Version: unspecified
Platform: Ubuntu Linux
: NOR normal
Target Milestone: ---
Assignee: Konqueror Developers
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-07-28 18:56 UTC by Andrey
Modified: 2007-07-30 15:52 UTC (History)
1 user (show)

See Also:
Latest Commit:
Version Fixed In:


Attachments
the html file containing textarea which is getting locked (39.52 KB, text/html)
2007-07-30 09:54 UTC, Andrey
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Andrey 2007-07-28 18:56:04 UTC
Version:            (using KDE KDE 3.5.6)
Installed from:    Ubuntu Packages
OS:                Linux

it does not respond for keyboard buttons even like Del and BckSpc when it is filled to the limit of chars which was set in the property.
only right button->cut can help. it works properly after removing some symbols this way.
Comment 1 Philip Rodrigues 2007-07-29 23:27:06 UTC
can you provide a small testcase?
Comment 2 Andrey 2007-07-30 08:29:22 UTC
of course. I am from Russia. I do not think it will be easy for you to check this case because of language problems but I have no time to look for another one. =) sorry
so go to - http://www.beonline.ru/portal/comm/send_sms/simple_send_sms.sms
it is an sms sending service of my mobile company
then look at textarea field at this page (it contains only one textarea) and try to fill it to the limit. This page has a counter which shows how many symbols left.
Comment 3 Andrey 2007-07-30 09:49:09 UTC
may be the thing lies in a nutshell? =) i think the problem with that page is caused by javascript, which works incorrectly (?) i am not experienced in Linux and Konqueror and i can not check my guess. =( All i can do is to conjecture
Comment 4 Andrey 2007-07-30 09:54:41 UTC
Created attachment 21297 [details]
the html file containing textarea which is getting locked

i have one idea about the file. maybe the problem is caused by incorrect
javascript code implementaion.
Comment 5 Maksim Orlovich 2007-07-30 15:52:41 UTC
Sorry, but we're doing the technically right thing here --- the JavaScript in the page is killing all key events once the counter reaches 0. Mozilla behaves the same...  The page is likely relying on subtle details of how IE works, assuming it works there..


*** This bug has been marked as a duplicate of 147485 ***