Bug #214
Preflet : aim : user profile : text not visible
| Status: | Closed | Start: | 03/08/2009 | |
|---|---|---|---|---|
| Priority: | Normal | Due date: | 05/12/2009 | |
| Assigned to: | % Done: | 100% |
||
| Category: | Preflet | Spent time: | 1.00 hour | |
| Target version: | 0.9.2 | |||
| Operating System: | Haiku |
Description
haiku-gcc2-29322
imkit-831
When editing or adding an AIM account in the Preflet,
any text entered in User Profile will not display.
However, the scroll bar will automaticall scroll down when large amounts of typing occurs.
Associated revisions
Fix BScrollView on Haiku, this also closes #214.
History
Updated by Michael Davidson over 1 year ago
- Assigned to set to Pier Luigi Fiorini
This is because in preflet/PClientView.cpp BuildGUI the frame passed to the text area is (on Haiku) a BRect(0, 0, 1, 1). Any suggestions on modifying this to work with Haiku's layout stuff?
Updated by Pier Luigi Fiorini over 1 year ago
- Status changed from New to Assigned
- Target version set to 0.9.2
Updated by Pier Luigi Fiorini over 1 year ago
- Due date set to 05/12/2009
- Status changed from Assigned to Closed
- % Done changed from 0 to 100
The problem was the BScrollView, it doesn't need the B_FOLLOW_* flags.