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

Add hidden divs for frame_id and frame_styling #1136

Merged
merged 3 commits into from
May 1, 2023

Conversation

annehaley
Copy link
Collaborator

@annehaley annehaley commented Apr 28, 2023

Resolves #1124

@annehaley annehaley requested a review from manthey April 28, 2023 18:15
@@ -135,6 +137,8 @@ export default Vue.extend({

<template>
<div class="image-frame-control-box">
<div id="frame_id" style="display: none;">{{ currentFrame }}</div>
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'd like to propose different element IDs for these: current_image_frame and current_image_style.

@manthey
Copy link
Member

manthey commented May 1, 2023

In trying this out, I realize that in slicer_cli_web's code, we had imagined that we would be getting the value of an input control rather than the contained text of a div. That could be changed and then this will work as is.

@annehaley annehaley merged commit 417c369 into master May 1, 2023
@annehaley annehaley deleted the frame-selector-invisible-fields branch May 1, 2023 21:17
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.

Frame control internal fields
2 participants