Project

General

Profile

Actions

Bug(バグ) #820

closed

_partsSearchResultList の rowspan の計算が間違っている (rowspan calculation is wrong in the _partsSearchResultList)

Added by pnetan   almost 15 years ago. Updated about 7 years ago.

Status:
Fixed(完了)
Priority:
Normal(通常)
Target version:
Start date:
2010-03-08
Due date:
% Done:

100%

Estimated time:
3.6 で発生するか:
Yes
3.8 で発生するか:
Unknown (未調査)

Description

http://sns.openpne.jp/?m=pc&a=page_fh_diary&target_c_diary_id=23830

現象

v3.4.1にて、コミュニティ検索の検索結果でカテゴリが表示されない。
そのため、コミュニティ画像のエリアが <td rowspan="4" class="photo">
となっているので、テーブルが崩れる。
メンバー検索の検索結果も同様に rowspan="4" なので崩れる。

→ rowspan="3" にするなど、修正お願いします。 


Related issues 3 (0 open3 closed)

Related to OpenPNE 3 - Backport(バックポート) #1623: _partsSearchResultList の rowspan の計算が間違っている (rowspan calculation is wrong in the _partsSearchResultList)Fixed(完了)Masato Nagasawa2010-03-08

Actions
Related to OpenPNE 3 - Backport(バックポート) #1622: _partsSearchResultList の rowspan の計算が間違っている (rowspan calculation is wrong in the _partsSearchResultList)Fixed(完了)Masato Nagasawa2010-03-08

Actions
Related to OpenPNE 3 - Backport(バックポート) #2012: _partsSearchResultList の rowspan の計算が間違っている (rowspan calculation is wrong in the _partsSearchResultList)Invalid(無効)2010-03-082011-05-06

Actions
Actions #1

Updated by Yuki Yamashita almost 15 years ago

  • Status changed from New(新規) to Pending Fixing(修正待ち)

OpenPNE 3系全バージョンにて再現出来ました。
コミュニティが作成されている状態で、コミュニティ検索を行うと、"カテゴリ"が表示されずレイアウトが崩れます。

HTMLタグを見たところ、報告の通り以下の記述でした。

<tbody><tr>
<td rowspan="4" class="photo">
<a href="/community/7"><img alt="" src="/images/no_image.gif" width="76" height="76"></a><br>
<a href="/community/7">詳細を見る</a></td>
<th>
コミュニティ名</th><td>
てすと</td>
</tr>
<tr>
<th>メンバー数</th><td>5</td>
</tr>

<tr>
<th>説明文</th><td>てすとでーす</td>
</tr>
</tbody>

Actions #2

Updated by Kousuke Ebihara over 14 years ago

  • 3.6 で発生するか set to Yes
Actions #3

Updated by Masato Nagasawa about 14 years ago

  • Assignee set to Masato Nagasawa
  • Target version set to OpenPNE 3.7.0
Actions #4

Updated by Masato Nagasawa about 14 years ago

カテゴリは実装上表示対象となっていませんでした。
問題となっているのはパーシャルの「_partsSearchResultList.php」で、
rowspanの値を指定している箇所で不要に「+1」している事が原因です。

10: <td rowspan="<?php echo count($options['list'][$key]) + 1 ?>" class="photo">

このため、このパーシャルを使用している他のページにも同様の問題があります。

Actions #5

Updated by Masato Nagasawa about 14 years ago

  • Subject changed from コミュニティ検索の検索結果でカテゴリが表示されない to _partsSearchResultList の rowspan の計算が間違っている (rowspan calculation is wrong in the _partsSearchResultList)
Actions #6

Updated by Masato Nagasawa about 14 years ago

  • Status changed from Pending Fixing(修正待ち) to Accepted(着手)
Actions #7

Updated by Masato Nagasawa about 14 years ago

  • Status changed from Accepted(着手) to Pending Review(レビュー待ち)
  • % Done changed from 0 to 50

更新履歴 b695728264b14cd791b563114d96440c57aff743 で適用されました。

Actions #8

Updated by Shogo Kawahara about 14 years ago

  • Status changed from Pending Review(レビュー待ち) to Pending Testing(テスト待ち)
  • % Done changed from 50 to 70
Actions #9

Updated by Fumie Toyooka about 13 years ago

  • Status changed from Pending Testing(テスト待ち) to Fixed(完了)
  • % Done changed from 70 to 100

テストOKです。

Actions #10

Updated by Chiharu Nakajima about 7 years ago

3.6対応済み( #1622 )
3.8発生せず

Actions

Also available in: Atom PDF