|
View previous topic :: View next topic
|
| Author |
Message |
Pedro
Global Moderator

Joined: 01 Sep 2006 Posts: 2624 Location: Silicon Valley
|
|
|
|
It sort of works... when I try to reply to someone's post using the 'quick reply' section, it only lets me type about 60 characters. And after that I cannot type. I think it used to work. I am not sure when it stopped working (maybe a few months ago).
It works correctly if I click on the 'post reply' button to compose the reply. And it works when I post a new topic myself.
I see this behavior in MS Edge browser and also in Chrome browser. |
|
| Back to top |
|
 |
Willy Jensen
Active Member

Joined: 01 Sep 2015 Posts: 778 Location: Denmark
|
|
|
|
| In Vivaldi too - most annoying |
|
| Back to top |
|
 |
Rohit Umarjikar
Global Moderator

Joined: 21 Sep 2010 Posts: 3112 Location: NYC,USA
|
|
|
|
| I already reported to admin and team is working on it. |
|
| Back to top |
|
 |
Rohit Umarjikar
Global Moderator

Joined: 21 Sep 2010 Posts: 3112 Location: NYC,USA
|
|
|
|
| Thanks for posting it here as well .. had to send two replis |
|
| Back to top |
|
 |
Pedro
Global Moderator

Joined: 01 Sep 2006 Posts: 2624 Location: Silicon Valley
|
|
|
|
I looked at the page source... is specifically says maxlength=60:
| Code: |
<table border="0" cellpadding="3" cellspacing="1" width="100%" class="forumline">
<tr>
<th align="left" class="thHead" colspan="2" height="25"><b>Quick Reply</b></th>
</tr>
<tr>
<td align="right" class="row1" width="30%"><span class="gen"><b>Subject</b></span></td>
<td class="row2" width="70%"> <span class="gen">
<input type="text" name="subject" size="45" maxlength="60" style="flex: 1; min-width: 0;" tabindex="2" class="post" value="" />
</span> </td>
</tr> |
|
|
| Back to top |
|
 |
mcmillan
Site Admin

Joined: 18 May 2003 Posts: 1215 Location: India
|
|
|
|
| We’ve shortened the length to make it more mobile-friendly and are currently exploring an alternative solution. |
|
| Back to top |
|
 |
Pedro
Global Moderator

Joined: 01 Sep 2006 Posts: 2624 Location: Silicon Valley
|
|
|
|
| In Javascript, you can use window.innerWidth and window.innerHeight to determine the screen size. The web server should be able to deliver HTML that is appropriate for the screen. |
|
| Back to top |
|
 |
mcmillan
Site Admin

Joined: 18 May 2003 Posts: 1215 Location: India
|
|
|
|
| Thanks Pedro. |
|
| Back to top |
|
 |
|
|