WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED FIXED
226048
[iOS][FCR] <select> options are unnecessarily truncated
https://bugs.webkit.org/show_bug.cgi?id=226048
Summary
[iOS][FCR] <select> options are unnecessarily truncated
Aditya Keerthi
Reported
2021-05-20 15:47:47 PDT
...
Attachments
Patch
(2.48 KB, patch)
2021-05-20 15:49 PDT
,
Aditya Keerthi
no flags
Details
Formatted Diff
Diff
View All
Add attachment
proposed patch, testcase, etc.
Aditya Keerthi
Comment 1
2021-05-20 15:48:03 PDT
<
rdar://problem/76008154
>
Aditya Keerthi
Comment 2
2021-05-20 15:49:46 PDT
Created
attachment 429234
[details]
Patch
Tim Horton
Comment 3
2021-05-20 17:02:06 PDT
Comment on
attachment 429234
[details]
Patch View in context:
https://bugs.webkit.org/attachment.cgi?id=429234&action=review
> Source/WebKit/UIProcess/ios/forms/WKFormSelectPicker.mm:477 > +#define UIMenuOptionsPrivateRemoveLineLimitForChildren (1 << 6)
I think you want a WK prefix here? Or maybe it's OK and the compiler won't whine if it has the real one because it's a #define? Also, does UIKit ignore the random flag bit if it /doesn't/ have this change?
Aditya Keerthi
Comment 4
2021-05-20 19:15:03 PDT
(In reply to Tim Horton from
comment #3
)
> Comment on
attachment 429234
[details]
> Patch > > View in context: >
https://bugs.webkit.org/attachment.cgi?id=429234&action=review
> > > Source/WebKit/UIProcess/ios/forms/WKFormSelectPicker.mm:477 > > +#define UIMenuOptionsPrivateRemoveLineLimitForChildren (1 << 6) > > I think you want a WK prefix here? Or maybe it's OK and the compiler won't > whine if it has the real one because it's a #define?
Yeah, it's fine because it's a #define. (Wenson suggested this approach)
> Also, does UIKit ignore the random flag bit if it /doesn't/ have this change?
It's ignored. I verified the change has no effect if the corresponding UIKit change is not present.
EWS
Comment 5
2021-05-20 19:37:50 PDT
Committed
r277846
(
237988@main
): <
https://commits.webkit.org/237988@main
> All reviewed patches have been landed. Closing bug and clearing flags on
attachment 429234
[details]
.
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug