Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

SNSメンバーのタイムライン(PC版のみ/コメントは未実装)に文字数カウント機能を追加 #28

Open
wants to merge 7 commits into
base: master
Choose a base branch
from

Conversation

ghost
Copy link

@ghost ghost commented Apr 8, 2012

SNSメンバーのタイムライン(PC版のみ/コメントは未実装)に文字数カウント機能を追加する。

仕様:
カウンターはTwitterライクなテキスト形式(コードを流用しているわけではありません)
投稿可能文字数の140からtimeline-textareaに入力された文字数を引いた数値をカウンターに表示
残り文字数が140以下26以上の場合は黒色、25以下0以上の場合はオレンジ色、-1以下の場合は赤色にカウンターが変化
timeline-textareaにフォーカスが当たっているときのみ文字数を監視(0.1秒ごとにカウンターをリロード)
timeline-textareaの入力制限文字数を1139字に設定
カウンターは旧機能のアクティビティと同じフォントを使用

@ghost
Copy link
Author

ghost commented Apr 10, 2012

細々と修正を加えました。
・インデントは半角スペース二つ
・地味にコードを短く
・テキストエリアに文字数制限(1139字)
・投稿失敗時のカウンターはみ出し問題をCSSにて修正
・コピペにリアルタイムで反応するには0.1秒ごとのカウンターリロードは必要と判断(keypressイベントではコピペにリアルタイムで対応できない)

@kashiwasan
Copy link
Owner

・コピペにリアルタイムで反応するには0.1秒ごとのカウンターリロードは必要と判断(keypressイベントではコピペにリアルタイムで対応できない)

たとえば change イベントとかは使えないでしょうか?
http://semooh.jp/jquery/api/events/change/fn/

@ghost
Copy link
Author

ghost commented Apr 15, 2012

ファイルが丸ごと消えた問題修正しました。

@ghost
Copy link
Author

ghost commented Apr 21, 2012

このリクエストは放置して、リクエストし直します。

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant