-
Describe the Bug:in LNPopupBar.m the following code disables the highlight. How come? `- (void)setHighlighted:(BOOL)highlighted animated:(BOOL)animated }` Reproduction:Just to to that code. Expected Behavior:Highlight would be nice to have again. Screenshots and/or Videos:No response Additional Context:No response |
Beta Was this translation helpful? Give feedback.
Replies: 7 comments 62 replies
-
|
? |
Beta Was this translation helpful? Give feedback.
-
|
This is my code, actually not seeing it in 4.2.6, either. Going to keep testing previous versions. |
Beta Was this translation helpful? Give feedback.
-
|
Not at computer but I tested where I presented the popupbar from a navigation controller instead of a tab controller. It looked a little funky but the highlight was there. So maybe tabbarcontroller is weird suddenly?Sent from my iPhoneOn Oct 25, 2025, at 2:36 PM, Léo Natan ***@***.***> wrote:
LNPopupCustomBarViewController is for custom popup bars, not content. You are supposed to use regular UIViewController.
I have a hunch. Does your content controller have a scroll view in it? What happens if you just place a [UIViewController new] as the content controller?
I've seen bugs where even hidden content views that contain scroll somehow confuse the glass system in spectacular ways.
—Reply to this email directly, view it on GitHub, or unsubscribe.You are receiving this because you authored the thread.Message ID: ***@***.***>
|
Beta Was this translation helpful? Give feedback.
-
|
I won't open a new issue, but it should be fixed in 4.3.5. |
Beta Was this translation helpful? Give feedback.
-
|
@LeoNatan I tested 4.3.5 and same issue. I think you also have to make the changes in LNPopupBar.m's, |
Beta Was this translation helpful? Give feedback.
-
|
Trying. Interestingly, when I pause the program after presenting the popup, the highlight comes back. So maybe at some point the |
Beta Was this translation helpful? Give feedback.
-
|
YesSent from my iPhoneOn Oct 26, 2025, at 3:50 PM, Léo Natan ***@***.***> wrote:
So the issue is resolved now?
—Reply to this email directly, view it on GitHub, or unsubscribe.You are receiving this because you modified the open/close state.Message ID: ***@***.***>
|
Beta Was this translation helpful? Give feedback.
I won't open a new issue, but it should be fixed in 4.3.5.